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.
- author:
Joseph
- D. Darcy
- author:
Scott
- Seligman
- author:
Peter
- von der Ahé
- since:
1.6
-
Method from javax.annotation.processing.SupportedAnnotationTypes Summary: |
---|
value |
Method from javax.annotation.processing.SupportedAnnotationTypes Detail: |
String[] value() {
}
|