org.jboss.weld.bean.builtin
Class FacadeInjectionPoint

java.lang.Object
  extended by org.jboss.weld.injection.ForwardingInjectionPoint
      extended by 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

Constructor Summary
FacadeInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint, Type subtype, Set<Annotation> existingQualifiers, Annotation[] newQualifiers)
           
 
Method Summary
protected  javax.enterprise.inject.spi.InjectionPoint delegate()
           
 Set<Annotation> getQualifiers()
           
 Type getType()
           
 
Methods inherited from class org.jboss.weld.injection.ForwardingInjectionPoint
getAnnotated, getBean, getMember, isDelegate, isTransient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacadeInjectionPoint

public FacadeInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
                            Type subtype,
                            Set<Annotation> existingQualifiers,
                            Annotation[] newQualifiers)
Method Detail

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.