Package org.brijframework.support.model
Annotation Type ModelConstruct
-
@Target({TYPE,CONSTRUCTOR}) @Retention(RUNTIME) @Documented public @interface ModelConstruct
-
-
Element Detail
-
id
String id
- Default:
- "DEFAULT"
-
-
-
name
String name
- Default:
- "DEFAULT"
-
-
-
params
ModelParam[] params
- Default:
- {}
-
-