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