Annotation Interface Stop


@Target(METHOD) @Retention(CLASS) public @interface Stop
Method level annotation that indicates a (no-param) method to be called on a component registered in the component registry when the registry stops.

Since:
4.0
Author:
Manik Surtani (manik@jboss.org)