Class MetaAnnotatedMethod
- All Implemented Interfaces:
AnnotatedElement, Member, Annotated<Method>, AnnotatedMember<Method>, AnnotatedMethod<Method>, MetaAnnotated<Method>
public class MetaAnnotatedMethod
extends MetaAnnotatedElement<Method>
implements AnnotatedMethod<Method>
- Version:
- $Rev$ $Date$
-
Field Summary
FieldsFields inherited from class MetaAnnotatedElement
annotations, target -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MetaAnnotatedElement
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParametersMethods inherited from interface AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresentMethods inherited from interface Member
accessFlags
-
Field Details
-
parameterAnnotations
-
-
Constructor Details
-
MetaAnnotatedMethod
-
-
Method Details
-
getParameterAnnotations
- Specified by:
getParameterAnnotationsin interfaceAnnotatedMethod<Method>
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceMember
-
getName
-
getModifiers
public int getModifiers()- Specified by:
getModifiersin interfaceMember
-
getParameterTypes
- Specified by:
getParameterTypesin interfaceAnnotatedMethod<Method>
-
getGenericParameterTypes
- Specified by:
getGenericParameterTypesin interfaceAnnotatedMethod<Method>
-
getExceptionTypes
- Specified by:
getExceptionTypesin interfaceAnnotatedMethod<Method>
-
getGenericExceptionTypes
- Specified by:
getGenericExceptionTypesin interfaceAnnotatedMethod<Method>
-
toGenericString
- Specified by:
toGenericStringin interfaceAnnotatedMethod<Method>
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgsin interfaceAnnotatedMethod<Method>
-
isSynthetic
public boolean isSynthetic()- Specified by:
isSyntheticin interfaceMember
-