Annotation Type 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
      java.lang.Class<? extends PropertyPanel> value
      Returns the parent class.
    • Element Detail

      • value

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