Home » openjdk-7 » javax » annotation » processing » [javadoc | source]
javax.annotation.processing
public class: SupportedAnnotationTypes [javadoc | source]
javax.annotation.processing.SupportedAnnotationTypes
An annotation used to indicate what annotation types an annotation processor supports. The Processor#getSupportedAnnotationTypes method can construct its result from the value of this annotation, as done by AbstractProcessor#getSupportedAnnotationTypes . Only {@linkplain Processor#getSupportedAnnotationTypes strings conforming to the grammar} should be used as values.
Method from javax.annotation.processing.SupportedAnnotationTypes Summary:
value
Method from javax.annotation.processing.SupportedAnnotationTypes Detail:
 String[] value()