blob: 398683082620c1c8caeda85da40bfb36f5ae9854 [file] [log] [blame]
package test;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
@Target(ElementType.PACKAGE)
public @interface Ann {
}