Annotation Type PostStart
-
@Target(METHOD) @Retention(CLASS) @Deprecated public @interface PostStart
Deprecated.Since 9.4, please useStart
instead.Behaves exactly asStart
.- Since:
- 9.2
- Author:
- Tristan Tarrant
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
priority
Deprecated.
-
-
-
Element Detail
-
priority
int priority
Deprecated.- See Also:
Start.priority()
- Default:
- 10
-
-