@Retention(value=CLASS)
@Target(value=FIELD)
public @interface CarbonCopyAccessor
Annotate on a field to specify its getter and setter to be used while converting to/from the copy.
If not specified, the converter looks for standard get/setFieldName method and uses it if found.
If not found, it uses reflection to do the conversion.
- See Also:
CarbonCopy