@Module public class AnnotatedConstructorImpl<T> extends AnnotatedElementImpl
| Constructor and Description |
|---|
AnnotatedConstructorImpl(<any> declaringType,
java.lang.reflect.Constructor<T> ctor) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
getDeclaringType() |
java.lang.reflect.Constructor<T> |
getJavaMember()
Returns the reflected Constructor
|
java.util.List<<any>> |
getParameters()
Returns the constructor parameters
|
boolean |
isStatic() |
java.lang.String |
toString() |
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotationpublic AnnotatedConstructorImpl(<any> declaringType,
java.lang.reflect.Constructor<T> ctor)
public <any> getDeclaringType()
public java.lang.reflect.Constructor<T> getJavaMember()
public java.util.List<<any>> getParameters()
public boolean isStatic()
public java.lang.String toString()
toString in class AnnotatedElementImpl