@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ConstructorArgs
Indicates 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