public class AnnotatedCallableImpl<T> extends AnnotatedMemberImpl<T> implements javax.enterprise.inject.spi.AnnotatedCallable<T>
Constructor and Description |
---|
AnnotatedCallableImpl(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
javax.enterprise.inject.spi.AnnotatedType<T> declaringType,
Member javaMember,
boolean isStatic) |
Modifier and Type | Method and Description |
---|---|
List<javax.enterprise.inject.spi.AnnotatedParameter<T>> |
getParameters() |
void |
setParameters(List<javax.enterprise.inject.spi.AnnotatedParameter<T>> parameters) |
getDeclaringType, getJavaMember, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2013 Oracle Corporation. All rights reserved.