-
public interface DisposerInfo
Disposer methods may exist for producer-based beans. Each disposer method has a disposed parameter.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterInfo
disposedParameter()
Returns the declaration of the disposed parameter of this disposer method.MethodInfo
disposerMethod()
Returns the declaration of this disposer method.
-
-
-
Method Detail
-
disposerMethod
MethodInfo disposerMethod()
Returns the declaration of this disposer method.- Returns:
- the declaration of this disposer method, never
null
-
disposedParameter
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
-
-