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
Fields 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
-
Constructor Details
-
MetaAnnotatedMethod
-
-
Method Details
-
getParameterAnnotations
- Specified by:
getParameterAnnotationsin interfaceAnnotatedMethod<Method>
-
getDeclaringClass
- Specified by:
getDeclaringClassin interfaceMember
-
getName
-
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
- Specified by:
isVarArgsin interfaceAnnotatedMethod<Method>
-
isSynthetic
- Specified by:
isSyntheticin interfaceMember
-