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:
Serializable,javax.enterprise.inject.spi.Annotated,javax.enterprise.inject.spi.AnnotatedParameter<X>
public class UnbackedAnnotatedParameter<X> extends UnbackedAnnotated implements javax.enterprise.inject.spi.AnnotatedParameter<X>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, javax.enterprise.inject.spi.AnnotatedCallable<X> declaringCallable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.enterprise.inject.spi.AnnotatedCallable<X>getDeclaringCallable()intgetPosition()StringtoString()-
Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
-
Methods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseType
-
-
-
-
Method Detail
-
getPosition
public int getPosition()
- Specified by:
getPositionin interfacejavax.enterprise.inject.spi.AnnotatedParameter<X>
-
getDeclaringCallable
public javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
- Specified by:
getDeclaringCallablein interfacejavax.enterprise.inject.spi.AnnotatedParameter<X>
-
-