Annotation Interface TaskPropertyGui


public @interface TaskPropertyGui
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Supply a class name implementing the gui.
    Supply a class implementing the gui.
  • Element Details

    • value

      Class<?> value
      Supply a class implementing the gui.
      Default:
      java.lang.Object.class
    • classname

      String classname
      Supply a class name implementing the gui.
      Default:
      ""