Package com.kenshoo.pl.entity.annotation
Annotation Type Required
-
@Target(FIELD) @Retention(RUNTIME) public @interface RequiredAnnotates an EntityField that must be given a value in create command
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RequiredFieldTypevalue
-
-
-
Element Detail
-
value
RequiredFieldType value
- Default:
- com.kenshoo.pl.entity.annotation.RequiredFieldType.REGULAR
-
-