org.jboss.weld.bean.builtin
Class FacadeInjectionPoint
java.lang.Object
org.jboss.weld.injection.ForwardingInjectionPoint
org.jboss.weld.bean.builtin.FacadeInjectionPoint
- All Implemented Interfaces:
- Serializable, javax.enterprise.inject.spi.InjectionPoint
public class FacadeInjectionPoint
- extends ForwardingInjectionPoint
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacadeInjectionPoint
public FacadeInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
Type subtype,
Set<Annotation> existingQualifiers,
Annotation[] newQualifiers)
delegate
protected javax.enterprise.inject.spi.InjectionPoint delegate()
- Specified by:
delegate
in class ForwardingInjectionPoint
getType
public Type getType()
- Specified by:
getType
in interface javax.enterprise.inject.spi.InjectionPoint
- Overrides:
getType
in class ForwardingInjectionPoint
getQualifiers
public Set<Annotation> getQualifiers()
- Specified by:
getQualifiers
in interface javax.enterprise.inject.spi.InjectionPoint
- Overrides:
getQualifiers
in class ForwardingInjectionPoint
Copyright © 2013 Seam Framework. All Rights Reserved.