| org.conform.PropertyReference
PropertyReference | public @interface PropertyReference(Code) | | PropertyReference
This annotation can be used for DTO fields to tell that a
specific DTO property maps to a specific property of aother BO.
|
className | String className(Code) | | the class name of the referenced class this property maps to. |
propertyName | String propertyName(Code) | | the property name of the referenced class this property maps to. |
|
|