org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw
Class CustomInstanceInjectionPoint
java.lang.Object
org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.CustomInstanceInjectionPoint
- All Implemented Interfaces:
- javax.enterprise.inject.spi.InjectionPoint
public class CustomInstanceInjectionPoint
- extends Object
- implements javax.enterprise.inject.spi.InjectionPoint
|
Constructor Summary |
CustomInstanceInjectionPoint(javax.enterprise.inject.spi.Bean<?> bean,
javax.enterprise.inject.spi.AnnotatedField<?> annotatedField)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomInstanceInjectionPoint
public CustomInstanceInjectionPoint(javax.enterprise.inject.spi.Bean<?> bean,
javax.enterprise.inject.spi.AnnotatedField<?> annotatedField)
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
Copyright © 2008-2012 Seam Framework. All Rights Reserved.