Annotation Interface ExecutionOrder


@Retention(RUNTIME) public @interface ExecutionOrder
This annotation is used in Programs where GOTO's have not been entirely removed. It provides information on the order of execution for the Methods.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Element Details

    • value

      int value