Class InferringFieldInjectionPointAttributes<T,X>

java.lang.Object
org.jboss.weld.injection.attributes.AbstractInferringInjectionPointAttributes<T,Field>
org.jboss.weld.injection.attributes.InferringFieldInjectionPointAttributes<T,X>
All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionPoint, Serializable, FieldInjectionPointAttributes<T,X>, WeldInjectionPointAttributes<T,Field>

public class InferringFieldInjectionPointAttributes<T,X> extends AbstractInferringInjectionPointAttributes<T,Field> implements FieldInjectionPointAttributes<T,X>
An implementation of WeldInjectionPointAttributes that infers the attributes by reading EnhancedAnnotatedField.
Author:
Jozef Hartinger
See Also: