Package com.kenshoo.pl.entity.annotation
Annotation Type DefaultValue
-
@Target(FIELD) @Retention(RUNTIME) public @interface DefaultValuePlaced on an EntityField that gets a default value at creation time if not specified explicitly by the client. Analogous to the DEFAULT clause in database.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-