Annotation Interface OnInit


@Target(METHOD) @Retention(RUNTIME) public @interface OnInit
Methods annotated with this annotation will be upon the initialization of the controller/component.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    The order in which the method should be called.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int