Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Java SE, Sun OpenJDK7.b12
Package:
javax.annotation.processing
Annotation
@
Documented
()
@
Target
(value = {
TYPE
})
@
Retention
(value =
RUNTIME
)
public
@interface
SupportedAnnotationTypes
Overview
Inheritance
Members
Usage
Source
Books
Since
1.6
Version
1.10 07/05/05
Author(s)
Joseph D. Darcy, Scott Seligman, Peter von der Ahé
An annotation used to indicate what annotation types an annotation processor supports. The
getSupportedAnnotationTypes()
method can construct its result from the value of this annotation, as done by
getSupportedAnnotationTypes()
. Only
strings conforming to the grammar
should be used as values.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
Classes
Fields
Methods
Parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact