@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface FactoryProperties
FactoryProperties annotation is used on a factory method in order to map the parameters to the property
names of the pojo. It is exactly comparable to ConstructorProperties.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
The getter names.
|