Class UnbackedAnnotatedParameter<X>
java.lang.Object
org.jboss.weld.annotated.slim.BaseAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedParameter<X>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedParameter<X>,Serializable
public class UnbackedAnnotatedParameter<X>
extends UnbackedAnnotated
implements jakarta.enterprise.inject.spi.AnnotatedParameter<X>, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, jakarta.enterprise.inject.spi.AnnotatedCallable<X> declaringCallable) -
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, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedParameter
getAnnotations, getJavaParameter
-
Constructor Details
-
UnbackedAnnotatedParameter
-
-
Method Details