org.jboss.cdi.tck.tests.extensions.alternative.metadata
Class AnnotatedParameterWrapper<X>

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.alternative.metadata.AnnotatedWrapper
      extended by org.jboss.cdi.tck.tests.extensions.alternative.metadata.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>


Constructor Summary
AnnotatedParameterWrapper(javax.enterprise.inject.spi.AnnotatedParameter<X> delegate, boolean keepOriginalAnnotations, Annotation... annotations)
           
 
Method Summary
 javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
           
 int getPosition()
           
 
Methods inherited from class org.jboss.cdi.tck.tests.extensions.alternative.metadata.AnnotatedWrapper
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
 
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
 

Constructor Detail

AnnotatedParameterWrapper

public AnnotatedParameterWrapper(javax.enterprise.inject.spi.AnnotatedParameter<X> delegate,
                                 boolean keepOriginalAnnotations,
                                 Annotation... annotations)
Method Detail

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-2012 Seam Framework. All Rights Reserved.