@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Indexable
Index
to find all annotated elements
together with the annotations without necessarily loading any
classes.
The annotation may use any RetentionPolicy
and must permit targets of type ElementType.TYPE
,
ElementType.METHOD
, or ElementType.FIELD
(but no others). It should not be Inherited
.
public abstract Class<?> type
Copyright © 2013. All rights reserved.