Annotation Interface Panel


@Retention(RUNTIME) @Target(TYPE) public @interface Panel
The Panel annotation allows the definition of a custom panel for a module.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends PropertyPanel>
    Returns the parent class.
  • Element Details

    • value

      Class<? extends PropertyPanel> value
      Returns the parent class.
      Returns:
      the parent class