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, isStatic
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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 © 2016. All rights reserved.