1 2 3 4 5 6 7
package com.foo; import java.lang.annotation.*; @Anno @Retention(RetentionPolicy.SOURCE) public @interface Anno3 { }