Package dev.morphia.annotations
Annotation Type ConstructorArgs
-
@Documented @Retention(RUNTIME) @Target(FIELD) @Deprecated public @interface ConstructorArgs
Deprecated.incomplete. will be reworked in the 2.x timeframeIndicates that this field can be constructed from the stored fields; it doesn't require a no-args constructor. Please list the names of args/fields, in order.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
value
Deprecated.
-