|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.bytecode.JAnnotationObject
public abstract class JAnnotationObject
Represents an annotation object
| Constructor Summary | |
|---|---|
JAnnotationObject()
|
|
| Method Summary | |
|---|---|
JAnnotation |
getAnnotation(java.lang.Class cl)
Returns the annotation. |
JAnnotation |
getAnnotation(java.lang.String className)
Returns the annotation. |
JAnnotation[] |
getDeclaredAnnotations()
Returns the annotation. |
boolean |
isAnnotationPresent(java.lang.Class cl)
Returns the annotation. |
boolean |
isAnnotationPresent(java.lang.String className)
Returns the annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JAnnotationObject()
| Method Detail |
|---|
public JAnnotation[] getDeclaredAnnotations()
public JAnnotation getAnnotation(java.lang.String className)
public JAnnotation getAnnotation(java.lang.Class cl)
public boolean isAnnotationPresent(java.lang.String className)
public boolean isAnnotationPresent(java.lang.Class cl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||