org.aspectj/tests/bugs154/pr169706/MyAnnotation.java

4 lines
95 B
Java
Raw Normal View History

import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME) @interface MyAnnotation {}