Package com.google.gwt.core.ext.typeinfo
Interface JAnnotationMethod
- All Superinterfaces:
HasAnnotations,HasTypeParameters,JAbstractMethod,JMethod
Method declared on an annotation type.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the default value for this annotation method ornullif there is not one.Methods inherited from interface com.google.gwt.core.ext.typeinfo.HasAnnotations
getAnnotation, getAnnotations, getDeclaredAnnotations, isAnnotationPresentMethods inherited from interface com.google.gwt.core.ext.typeinfo.HasTypeParameters
getTypeParametersMethods inherited from interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
findParameter, getEnclosingType, getErasedParameterTypes, getJsniSignature, getName, getParameters, getParameterTypes, getReadableDeclaration, getThrows, isAnnotationMethod, isConstructor, isDefaultAccess, isMethod, isPrivate, isProtected, isPublic, isVarArgsMethods inherited from interface com.google.gwt.core.ext.typeinfo.JMethod
getReadableDeclaration, getReturnType, isAbstract, isFinal, isNative, isStatic
-
Method Details
-
getDefaultValue
Object getDefaultValue()Returns the default value for this annotation method ornullif there is not one.- Returns:
- default value for this annotation method or
nullif there is not one
-