summaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr333274/ma/Annotation1.java
blob: 67e06ae543a616d83ba5697635d4275ef88ad141 (plain)
1
2
3
4
5
6
7
8
9
package ma;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface Annotation1 {

}