Annotation Type PostStart
-
@Target(METHOD) @Retention(RUNTIME) @Deprecated public @interface PostStart
Deprecated.Since 9.4, please useStartinstead.Method level annotation that indicates a (no-param) method to be called on a component after theComponentRegistryhas been fully initialized- Since:
- 9.2
- Author:
- Tristan Tarrant
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intpriorityDeprecated.Optional parameter which defines the order in which this method will be called.
-