aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5/java5-testsrc/test/A2.java
blob: 2604f7660139496690231f369aaade1b5cda2c1f (plain)
1
2
3
4
5
6
7
8
9
package test;

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

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

}