org.jboss.jsr299.tck.tests.lookup.injectionpoint.broken.reference.unresolved
Class UnsatisfiedInjectionPoint

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.lookup.injectionpoint.broken.reference.unresolved.UnsatisfiedInjectionPoint
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionPoint

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


Constructor Summary
UnsatisfiedInjectionPoint(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.injectionpoint.broken.reference.unresolved.SimpleBean> beanWithInjectionPoint)
           
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnsatisfiedInjectionPoint

public UnsatisfiedInjectionPoint(javax.enterprise.inject.spi.Bean<org.jboss.jsr299.tck.tests.lookup.injectionpoint.broken.reference.unresolved.SimpleBean> beanWithInjectionPoint)
Method Detail

getAnnotated

public javax.enterprise.inject.spi.Annotated getAnnotated()
Specified by:
getAnnotated 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

getQualifiers

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

getMember

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

getType

public Type getType()
Specified by:
getType 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


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