Package org.jboss.weld.util.bean
Class SerializableForwardingInjectionPoint
- java.lang.Object
-
- org.jboss.weld.injection.ForwardingInjectionPoint
-
- org.jboss.weld.util.bean.SerializableForwardingInjectionPoint
-
- All Implemented Interfaces:
Serializable
,InjectionPoint
public class SerializableForwardingInjectionPoint extends ForwardingInjectionPoint implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializableForwardingInjectionPoint(String contextId, InjectionPoint ip)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InjectionPoint
delegate()
-
Methods inherited from class org.jboss.weld.injection.ForwardingInjectionPoint
equals, getAnnotated, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toString
-
-
-
-
Constructor Detail
-
SerializableForwardingInjectionPoint
public SerializableForwardingInjectionPoint(String contextId, InjectionPoint ip)
-
-
Method Detail
-
delegate
protected InjectionPoint delegate()
- Specified by:
delegate
in classForwardingInjectionPoint
-
-