|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaAnnotation | |
|---|---|
| oracle.javatools.parser.java.v2.common | Classes common to model implementations. |
| oracle.javatools.parser.java.v2.model | The parser model API. |
| Uses of JavaAnnotation in oracle.javatools.parser.java.v2.common |
|---|
| Classes in oracle.javatools.parser.java.v2.common that implement JavaAnnotation | |
|---|---|
class |
AbstractAnnotation
TODO: Is this class really necessary? |
| Methods in oracle.javatools.parser.java.v2.common that return JavaAnnotation | |
|---|---|
JavaAnnotation |
AbstractElement.getAnnotation(JavaType annotationType)
|
JavaAnnotation |
AbstractType.getAnnotation(JavaType annotationType)
|
static JavaAnnotation |
CommonUtilities.getAnnotation(JavaType target,
JavaType annotationType)
|
static JavaAnnotation |
CommonUtilities.getDeclaredAnnotation(JavaHasAnnotations target,
JavaType annotationType)
|
JavaAnnotation |
AbstractElement.getDeclaredAnnotation(JavaType annotationType)
|
| Methods in oracle.javatools.parser.java.v2.common with parameters of type JavaAnnotation | |
|---|---|
static SourceAnnotation |
CommonUtilities.getSourceElement(JavaAnnotation target,
SourceHasModifiers searchSpace)
|
protected static boolean |
CommonUtilities.isInheritedAnnotation(JavaAnnotation annotation)
|
| Uses of JavaAnnotation in oracle.javatools.parser.java.v2.model |
|---|
| Subinterfaces of JavaAnnotation in oracle.javatools.parser.java.v2.model | |
|---|---|
interface |
SourceAnnotation
An annotation (not to be confused with annotation type). |
| Fields in oracle.javatools.parser.java.v2.model declared as JavaAnnotation | |
|---|---|
static JavaAnnotation[] |
JavaAnnotation.EMPTY_ARRAY
|
| Methods in oracle.javatools.parser.java.v2.model that return JavaAnnotation | |
|---|---|
JavaAnnotation |
JavaHasAnnotations.getAnnotation(JavaType annotationType)
Retrieves the annotation declared on this element that matches the input annotation type. |
JavaAnnotation |
JavaHasAnnotations.getDeclaredAnnotation(JavaType annotationType)
|
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||