GWT 2.1.1

com.google.gwt.core.ext.typeinfo
Class JAnnotationMethod

java.lang.Object
  extended by com.google.gwt.core.ext.typeinfo.JAbstractMethod
      extended by com.google.gwt.core.ext.typeinfo.JMethod
          extended by com.google.gwt.core.ext.typeinfo.JAnnotationMethod
All Implemented Interfaces:
HasAnnotations, HasMetaData, HasTypeParameters

public class JAnnotationMethod
extends JMethod

Method declared on an annotation type.


Method Summary
 java.lang.Object getDefaultValue()
          Returns the default value for this annotation method or null if there is not one.
 JAnnotationMethod isAnnotationMethod()
           
 
Methods inherited from class com.google.gwt.core.ext.typeinfo.JMethod
getEnclosingType, getJsniSignature, getReadableDeclaration, getReadableDeclaration, getReturnType, isAbstract, isConstructor, isFinal, isMethod, isNative, isStatic, toString
 
Methods inherited from class com.google.gwt.core.ext.typeinfo.JAbstractMethod
findParameter, getAnnotation, getMetaData, getMetaDataTags, getModifierBits, getName, getParameters, getThrows, getTypeParameters, isAnnotationPresent, isDefaultAccess, isPrivate, isProtected, isPublic, isVarArgs, toStringParamsAndThrows, toStringTypeParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDefaultValue

public java.lang.Object getDefaultValue()
Returns the default value for this annotation method or null if there is not one.

Returns:
default value for this annotation method or null if there is not one

isAnnotationMethod

public JAnnotationMethod isAnnotationMethod()
Overrides:
isAnnotationMethod in class JAbstractMethod

GWT 2.1.1