aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr333274/ma2/Annotation1.java
blob: 1c8ab25bddc190516632f31c762fb6204ab69c3d (plain)
1
2
3
4
5
6
7
8
9
package ma2;

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

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

}