summaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/binding/usingPackageNames/MyAnnotation.java
blob: 1e6dcbd31407bfccbc123c1bfc5f0ab1d97ae8db (plain)
1
2
3
4
5
6
package test;
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface MyAnnotation {}