Class UnbackedAnnotatedMember<X>
java.lang.Object
org.jboss.weld.annotated.slim.BaseAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember<X>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedMember<X>
- Direct Known Subclasses:
UnbackedAnnotatedConstructor,UnbackedAnnotatedField,UnbackedAnnotatedMethod
public abstract class UnbackedAnnotatedMember<X>
extends UnbackedAnnotated
implements jakarta.enterprise.inject.spi.AnnotatedMember<X>
-
Constructor Summary
ConstructorsConstructorDescriptionUnbackedAnnotatedMember(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType) -
Method Summary
Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentMethods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getJavaMember
-
Constructor Details
-
UnbackedAnnotatedMember
public UnbackedAnnotatedMember(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType)
-
-
Method Details