Annotation Type Group


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Group
    Declare plugin grouping, specifying the group type which must implement PluginGroup
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value  
    • Element Detail

      • value

        java.lang.Class<?> value