Annotation Type CallMe


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface CallMe
    This is a test interface that will be used to designate which methods of a class should get called, and in what order, within a demo. An optional name is supplied with each method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int order  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String alias  
    • Element Detail

      • order

        int order