aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/forAsmDelegateTesting/AnnotationClassElement.java
blob: 629bd21558a5d96c2ef4ebe77f2207899631e769 (plain)
1
2
3
4
5
6
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface AnnotationClassElement {
  Class clz();
}