Class UnbackedAnnotated
java.lang.Object
org.jboss.weld.annotated.slim.BaseAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated
- Direct Known Subclasses:
UnbackedAnnotatedMember,UnbackedAnnotatedParameter,UnbackedAnnotatedType
-
Constructor Summary
ConstructorsConstructorDescriptionUnbackedAnnotated(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations) -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation(Class<T> annotationType) booleanisAnnotationPresent(Class<? extends Annotation> annotationType) Methods 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
getAnnotations
-
Constructor Details
-
UnbackedAnnotated
-
-
Method Details
-
getAnnotation
-
getAnnotations
-
isAnnotationPresent
-
getTypeClosure
-