Class SpecialParameterInjectionPoint<T,X>

All Implemented Interfaces:
jakarta.enterprise.inject.spi.InjectionPoint, WeldInjectionPointAttributes<T,Object>, ParameterInjectionPoint<T,X>

public class SpecialParameterInjectionPoint<T,X> extends ForwardingInjectionPointAttributes<T,Object> implements ParameterInjectionPoint<T,X>
Represents a method/constructor parameter, which is not an injection point. This can be either a disposed or event parameter.
Author:
Jozef Hartinger