Class ForwardingFieldInjectionPointAttributes<T,X>

All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionPoint, Serializable, FieldInjectionPointAttributes<T,X>, WeldInjectionPointAttributes<T,Field>

public class ForwardingFieldInjectionPointAttributes<T,X> extends AbstractForwardingInjectionPointAttributes<T,Field> implements FieldInjectionPointAttributes<T,X>
An implementation of WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint implementation.
Author:
Jozef Hartinger
See Also: