Annotation Type Startup
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Startup
An annotation that may be placed on a startup method of a module. A startup method is an simple way to provide extra logic to be executed atRegistry.performRegistryStartup()
. Instead of making contributions to the RegistryStartup service configuration you can provide startup methods inside your modules.- Since:
- 5.2.0