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