Interface DisposerInfo
- 
 public interface DisposerInfoDisposer methods may exist for producer-based beans. Each disposer method has a disposed parameter.- Since:
- 4.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterInfodisposedParameter()Returns the declaration of the disposed parameter of this disposer method.MethodInfodisposerMethod()Returns the declaration of this disposer method.
 
- 
- 
- 
Method Detail- 
disposerMethodMethodInfo disposerMethod() Returns the declaration of this disposer method.- Returns:
- the declaration of this disposer method, never null
 
 - 
disposedParameterParameterInfo 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
 
 
- 
 
-