org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw
Class ProcessInjectionPointObserver.BrokenInjectionPoint

java.lang.Object
  extended by org.jboss.cdi.tck.util.ForwardingInjectionPoint
      extended by org.jboss.cdi.tck.tests.lookup.dynamic.broken.raw.ProcessInjectionPointObserver.BrokenInjectionPoint
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionPoint
Enclosing class:
ProcessInjectionPointObserver

protected class ProcessInjectionPointObserver.BrokenInjectionPoint
extends ForwardingInjectionPoint


Constructor Summary
ProcessInjectionPointObserver.BrokenInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
           
 
Method Summary
protected  javax.enterprise.inject.spi.InjectionPoint delegate()
           
 Type getType()
           
 
Methods inherited from class org.jboss.cdi.tck.util.ForwardingInjectionPoint
equals, getAnnotated, getBean, getMember, getQualifiers, hashCode, isDelegate, isTransient, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessInjectionPointObserver.BrokenInjectionPoint

public ProcessInjectionPointObserver.BrokenInjectionPoint(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Method Detail

getType

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

delegate

protected javax.enterprise.inject.spi.InjectionPoint delegate()
Specified by:
delegate in class ForwardingInjectionPoint


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