summaryrefslogtreecommitdiffstats
path: root/tests/features160/parameterAnnotationMatching/Anno2.java
blob: 22c291167aa017c6dd2e7c7c38ea57b65de79ed1 (plain)
1
2
3
4
5
import java.lang.annotation.*;

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