Annotation Interface TaskProperty


public @interface TaskProperty
A declared property of a task.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The property name.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The clazz (i.e.
    The parameter description.
    The initial value (as Java expression).
  • Element Details

    • clazz

      Class<?> clazz
      The clazz (i.e. type) of the propery.
      Default:
      java.lang.Object.class
    • name

      String name
      The property name.
    • initialvalue

      String initialvalue
      The initial value (as Java expression).
      Default:
      "null"
    • description

      String description
      The parameter description.
      Default:
      ""