Package net.karneim.pojobuilder
Annotation Type FactoryProperties
-
@Target(METHOD) @Retention(SOURCE) public @interface FactoryPropertiesTheFactoryPropertiesannotation is used on a factory method in order to map the parameters to the property names of the pojo. It is exactly comparable toConstructorProperties.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueThe getter names.
-