org.jboss.cdi.tck.util.annotated
Class AnnotatedParameterWrapper<X>
java.lang.Object
org.jboss.cdi.tck.util.annotated.AnnotatedWrapper
org.jboss.cdi.tck.util.annotated.AnnotatedParameterWrapper<X>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedParameter<X>
public class AnnotatedParameterWrapper<X>
- extends AnnotatedWrapper
- implements javax.enterprise.inject.spi.AnnotatedParameter<X>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.enterprise.inject.spi.Annotated |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
AnnotatedParameterWrapper
public AnnotatedParameterWrapper(javax.enterprise.inject.spi.AnnotatedParameter<X> delegate,
boolean keepOriginalAnnotations,
Annotation... annotations)
getDeclaringCallable
public javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
- Specified by:
getDeclaringCallable in interface javax.enterprise.inject.spi.AnnotatedParameter<X>
getPosition
public int getPosition()
- Specified by:
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<X>
Copyright © 2008-2013 Seam Framework. All Rights Reserved.