Package io.rocketbase.commons.generator
Annotation Type ClientModule
-
@Target({TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited public @interface ClientModule
-
-
Element Detail
-
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:
- ""
-
-