Annotation Type LHTaskMethod


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface LHTaskMethod
    Annotation used to indicate that the annotated method should be used as the method to execute a Task in the LH Java Task Worker library.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      This is the value of the annotation; it corresponds to the name of the TaskDef executed by the annotated Method.
    • Element Detail

      • value

        java.lang.String value
        This is the value of the annotation; it corresponds to the name of the TaskDef executed by the annotated Method.
        Returns:
        the taskdef name.