Package org.apache.xbean.finder
Class MetaAnnotatedConstructor<T>
java.lang.Object
org.apache.xbean.finder.MetaAnnotatedElement<Constructor<T>>
org.apache.xbean.finder.MetaAnnotatedConstructor<T>
- All Implemented Interfaces:
AnnotatedElement
,Member
,Annotated<Constructor<T>>
,AnnotatedMember<Constructor<T>>
,AnnotatedMethod<Constructor<T>>
,MetaAnnotated<Constructor<T>>
public class MetaAnnotatedConstructor<T>
extends MetaAnnotatedElement<Constructor<T>>
implements AnnotatedMethod<Constructor<T>>
- Version:
- $Rev$ $Date$
-
Field Summary
Fields inherited from class org.apache.xbean.finder.MetaAnnotatedElement
annotations, target
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.xbean.finder.MetaAnnotatedElement
equals, get, getAnnotation, getAnnotations, getDeclaredAnnotations, getMetaAnnotations, hashCode, isAnnotationPresent, toString, unroll, unroll, unrollParameters
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.reflect.AnnotatedElement
getAnnotation, getAnnotations, getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredAnnotationsByType, isAnnotationPresent
-
Constructor Details
-
MetaAnnotatedConstructor
-
-
Method Details
-
getParameterAnnotations
- Specified by:
getParameterAnnotations
in interfaceAnnotatedMethod<T>
-
getDeclaringClass
- Specified by:
getDeclaringClass
in interfaceMember
-
getName
-
getModifiers
public int getModifiers()- Specified by:
getModifiers
in interfaceMember
-
getParameterTypes
- Specified by:
getParameterTypes
in interfaceAnnotatedMethod<T>
-
getGenericParameterTypes
- Specified by:
getGenericParameterTypes
in interfaceAnnotatedMethod<T>
-
getExceptionTypes
- Specified by:
getExceptionTypes
in interfaceAnnotatedMethod<T>
-
getGenericExceptionTypes
- Specified by:
getGenericExceptionTypes
in interfaceAnnotatedMethod<T>
-
toGenericString
- Specified by:
toGenericString
in interfaceAnnotatedMethod<T>
-
isVarArgs
public boolean isVarArgs()- Specified by:
isVarArgs
in interfaceAnnotatedMethod<T>
-
isSynthetic
public boolean isSynthetic()- Specified by:
isSynthetic
in interfaceMember
-