public abstract class ForwardingAnnotatedCallable<X> extends ForwardingAnnotatedMember<X> implements javax.enterprise.inject.spi.AnnotatedCallable<X>
AnnotatedCallable.| Constructor and Description |
|---|
ForwardingAnnotatedCallable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.inject.spi.AnnotatedCallable<X> |
delegate() |
List<javax.enterprise.inject.spi.AnnotatedParameter<X>> |
getParameters() |
getDeclaringType, getJavaMember, isStaticequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic List<javax.enterprise.inject.spi.AnnotatedParameter<X>> getParameters()
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<X>protected abstract javax.enterprise.inject.spi.AnnotatedCallable<X> delegate()
delegate in class ForwardingAnnotatedMember<X>Copyright © 2017. All rights reserved.