TypeKinds of types for which an annotation should be added by default
Default:
{}
types
public abstract java.lang.Class<?>[] types
Returns:
Classes for which an annotation should be applied. For example, if
@MyAnno is meta-annotated with @DefaultFor(classes=String.class), then
every occurrence of String is actually @MyAnno String.