Package dev.morphia.annotations
Annotation Type ConstructorArgs
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface ConstructorArgsIndicates 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.- Author:
- Scott Hernandez
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-