Package org.jboss.weld.injection
Class DynamicInjectionPoint
- java.lang.Object
-
- org.jboss.weld.injection.ForwardingInjectionPoint
-
- org.jboss.weld.injection.DynamicInjectionPoint
-
- All Implemented Interfaces:
Serializable,javax.enterprise.inject.spi.InjectionPoint
public class DynamicInjectionPoint extends ForwardingInjectionPoint implements Serializable
A proxy that forwards call to the currentSLSBInvocationInjectionPoint.- Author:
- Marko Luksa
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DynamicInjectionPoint(BeanManagerImpl manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.enterprise.inject.spi.InjectionPointdelegate()-
Methods inherited from class org.jboss.weld.injection.ForwardingInjectionPoint
equals, getAnnotated, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toString
-
-
-
-
Constructor Detail
-
DynamicInjectionPoint
public DynamicInjectionPoint(BeanManagerImpl manager)
-
-
Method Detail
-
delegate
protected javax.enterprise.inject.spi.InjectionPoint delegate()
- Specified by:
delegatein classForwardingInjectionPoint
-
-