Interface DisposerInfo
public interface DisposerInfo
Disposer methods may exist for producer-based beans. Each disposer method
has a disposed parameter.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.enterprise.lang.model.declarations.ParameterInfo
Returns the declaration of the disposed parameter of this disposer method.jakarta.enterprise.lang.model.declarations.MethodInfo
Returns the declaration of this disposer method.
-
Method Details
-
disposerMethod
jakarta.enterprise.lang.model.declarations.MethodInfo disposerMethod()Returns the declaration of this disposer method.- Returns:
- the declaration of this disposer method, never
null
-
disposedParameter
jakarta.enterprise.lang.model.declarations.ParameterInfo disposedParameter()Returns the declaration of the disposed parameter of this disposer method.- Returns:
- the declaration of the disposed parameter of this disposer method, never
null
-