org.jboss.cdi.tck.tests.definition.bean.custom
Class CustomInjectionPoint

java.lang.Object
  extended by org.jboss.cdi.tck.tests.definition.bean.custom.CustomInjectionPoint
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionPoint

public class CustomInjectionPoint
extends Object
implements javax.enterprise.inject.spi.InjectionPoint


Constructor Summary
CustomInjectionPoint(Type type, javax.enterprise.inject.spi.Bean<?> bean, boolean isTransient, javax.enterprise.inject.spi.AnnotatedField<?> annotatedField)
           
 
Method Summary
 javax.enterprise.inject.spi.Annotated getAnnotated()
           
 javax.enterprise.inject.spi.Bean<?> getBean()
           
 Member getMember()
           
 Set<Annotation> getQualifiers()
           
 Type getType()
           
 boolean isDelegate()
           
 boolean isTransient()
           
 boolean isTransientCalled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomInjectionPoint

public CustomInjectionPoint(Type type,
                            javax.enterprise.inject.spi.Bean<?> bean,
                            boolean isTransient,
                            javax.enterprise.inject.spi.AnnotatedField<?> annotatedField)
Method Detail

getType

public Type getType()
Specified by:
getType in interface javax.enterprise.inject.spi.InjectionPoint

getQualifiers

public Set<Annotation> getQualifiers()
Specified by:
getQualifiers in interface javax.enterprise.inject.spi.InjectionPoint

getBean

public javax.enterprise.inject.spi.Bean<?> getBean()
Specified by:
getBean in interface javax.enterprise.inject.spi.InjectionPoint

getMember

public Member getMember()
Specified by:
getMember in interface javax.enterprise.inject.spi.InjectionPoint

getAnnotated

public javax.enterprise.inject.spi.Annotated getAnnotated()
Specified by:
getAnnotated in interface javax.enterprise.inject.spi.InjectionPoint

isDelegate

public boolean isDelegate()
Specified by:
isDelegate in interface javax.enterprise.inject.spi.InjectionPoint

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.enterprise.inject.spi.InjectionPoint

isTransientCalled

public boolean isTransientCalled()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.