Package org.brijframework.support.model
Annotation Type Model
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Repeatable(Models.class) public @interface Model
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description org.brijframework.AccessaccessModelConstructconstructorStringextendStringidStringnameModelProperty[]propertiesModelRelation[]relations
-
-
-
Element Detail
-
id
String id
- Default:
- "DEFAULT"
-
-
-
name
String name
- Default:
- "DEFAULT"
-
-
-
extend
String extend
- Default:
- "DEFAULT"
-
-
-
constructor
ModelConstruct constructor
- Default:
- @org.brijframework.support.model.ModelConstruct
-
-
-
properties
ModelProperty[] properties
- Default:
- {}
-
-
-
relations
ModelRelation[] relations
- Default:
- {}
-
-