API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.annotation.processing.
SupportedOptions
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.3 06/07/31
Serial
Quick Links:
Elements
NestedClasses
Description
@Documented
@Target
(
value
=TYPE)
@Retention
(
value
=RUNTIME)
public
annotation SupportedOptions
An annotation used to indicate what options an annotation processor supports.
An annotation used to indicate what options an annotation processor
supports. The
Processor.getSupportedOptions()
method can
construct its result from the value of this annotation, as done by
AbstractProcessor.getSupportedOptions()
. 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