Annotation Type TaskProperty


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

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

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.Class<?> clazz
      The clazz (i.e.
      java.lang.String description
      The parameter description.
      java.lang.String initialvalue
      The initial value (as Java expression).
    • Element Detail

      • name

        java.lang.String name
        The property name.
      • clazz

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

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

        java.lang.String description
        The parameter description.
        Default:
        ""