X
- public abstract class ForwardingAnnotatedConstructor<X> extends ForwardingAnnotatedCallable<X> implements AnnotatedConstructor<X>
AnnotatedConstructor
.Constructor and Description |
---|
ForwardingAnnotatedConstructor() |
Modifier and Type | Method and Description |
---|---|
protected abstract AnnotatedConstructor<X> |
delegate() |
Constructor<X> |
getJavaMember()
Get the underlying
Member . |
getParameters
getDeclaringType, isStatic
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getParameters
getDeclaringType, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
protected abstract AnnotatedConstructor<X> delegate()
delegate
in class ForwardingAnnotatedCallable<X>
public Constructor<X> getJavaMember()
AnnotatedMember
Get the underlying Member
.
getJavaMember
in interface AnnotatedConstructor<X>
getJavaMember
in interface AnnotatedMember<X>
getJavaMember
in class ForwardingAnnotatedMember<X>
Member
Copyright © 2014. All Rights Reserved.