|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| 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 |
AbstractAnnotationTODO: Is this class really necessary? |
| Methods in oracle.javatools.parser.java.v2.common that return JavaAnnotation | |
|---|---|
JavaAnnotation |
AbstractType.getAnnotation(JavaType annotationType) |
JavaAnnotation |
AbstractElement.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 that return types with arguments of type JavaAnnotation | |
|---|---|
static java.util.Collection<JavaAnnotation> |
CommonUtilities.getAnnotations(JavaType target) |
| 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 |
SourceAnnotationAn 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) |
| Methods in oracle.javatools.parser.java.v2.model that return types with arguments of type JavaAnnotation | |
|---|---|
java.util.Collection<JavaAnnotation> |
JavaHasAnnotations.getAnnotations()Retrieves all the annotations declared on this element. |
java.util.Collection<JavaAnnotation> |
JavaHasAnnotations.getDeclaredAnnotations()Retrieves all the annotations declared on this element. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.2.0) E17493-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||