Annotation Interface ClientModule


@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface ClientModule
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    disable generation at all for this class/interface
    name of module that used as functional object with all it's controllers methods/hooks
    when not set use simple class name
  • Element Details

    • value

      String value
      name of module that used as functional object with all it's controllers methods/hooks
      when not set use simple class name
      Default:
      ""
    • disable

      boolean disable
      disable generation at all for this class/interface
      Default:
      false