Annotation Interface LifeCycleStart


@Target(METHOD) @Retention(RUNTIME) public @interface LifeCycleStart
Indicates that the method should be called when the application is started.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Defines the start-up priority.
  • Element Details

    • priority

      int priority
      Defines the start-up priority.
      Returns:
      The priority
      Default:
      1000