Annotation Type PostStart
-
@Target(METHOD) @Retention(RUNTIME) public @interface PostStart
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
Optional parameter which defines the order in which this method will be called.
-