API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.annotation.processing.
SupportedAnnotationTypes
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/31
Serial
Quick Links:
Elements
NestedClasses
Description
@Documented
@Target
(
value
=TYPE)
@Retention
(
value
=RUNTIME)
public
annotation SupportedAnnotationTypes
An annotation used to indicate what annotation types an annotation processor supports.
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
strings conforming to the
grammar
should be used as values.
See also:
Elements
value
[REQUIRED]
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar