Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Interface
oracle.javatools.parser.java.v2.model.JavaAnnotation

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 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 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)
           

 

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.