Annotation Interface BeforeDestruction
Annotates a
Component
method to be called before this component is removed from the environment.
The annotated method must be publicly accessible, return void, and take no parameters.
- Since:
- 1.3.0
- Author:
- Matthew Tropiano
- See Also: