X
- the declaring classpublic interface AnnotatedConstructor<X> extends AnnotatedCallable<X>
Represents a constructor of a Java class.
Constructor
Modifier and Type | Method and Description |
---|---|
Constructor<X> |
getJavaMember()
Get the underlying
Constructor . |
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
Constructor<X> getJavaMember()
Get the underlying Constructor
.
getJavaMember
in interface AnnotatedMember<X>
Copyright © 2008-2014 JBoss by Red Hat, Inc.. All Rights Reserved.