Annotation Interface Start


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

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