API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.annotation.processing.
SupportedSourceVersion
View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.5 06/08/02
Serial
Quick Links:
Elements
NestedClasses
Description
@Documented
@Target
(
value
=TYPE)
@Retention
(
value
=RUNTIME)
public
annotation SupportedSourceVersion
An annotation used to indicate the latest source version an annotation processor supports.
An annotation used to indicate the latest source version an
annotation processor supports. The
Processor.getSupportedSourceVersion()
method can construct its
result from the value of this annotation, as done by
AbstractProcessor.getSupportedSourceVersion()
.
See also:
Elements
value
[REQUIRED]
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar