| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavaAnnotation
An instance of an annotation type.
| Field Summary | |
|---|---|
static JavaAnnotation[] | 
EMPTY_ARRAY
 | 
| Method Summary | |
|---|---|
 JavaType | 
getAnnotationType()
Equivalent to getResolvedType().  | 
 java.util.Map | 
getArguments()
Get the arguments used to instantiate the annotation  | 
 java.util.Map | 
getComponents()
Here, "component" is not equivalent to "argument".  | 
 java.util.Map<java.lang.String,java.lang.Object> | 
getUnresolvedArguments()
Get the arguments used to instantiate the annotation, but don't try to resolve any types.  | 
 boolean | 
isInherited()
 | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.JavaHasType | 
|---|
getResolvedType, getUnresolvedType | 
| Methods inherited from interface oracle.javatools.parser.java.v2.model.JavaElement | 
|---|
getElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfo | 
| Field Detail | 
|---|
static final JavaAnnotation[] EMPTY_ARRAY
| Method Detail | 
|---|
boolean isInherited()
java.util.Map getArguments()
JavaVariable.getConstantValue().java.util.Map<java.lang.String,java.lang.Object> getUnresolvedArguments()
JavaVariable.getConstantValue(), but any JavaTypes are now
 returned as JavaHasTypes, and enum values are returned as JavaHasName.java.util.Map getComponents()
JavaVariable.getConstantValue().JavaType getAnnotationType()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||