summaryrefslogtreecommitdiffstats
path: root/tests/features1611/declareMinus/AnnotationA.java
blob: e7f1fbafc7fbd888945f265f4eec4eddfea91413 (plain)
1
2
3
4
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@interface AnnotationA {}