import java.lang.annotation.Retention; @Retention(value=<caret>) @interface Annotation { }