| Class | Description |
|---|---|
| CarbonCopyUtil |
Utility method used for conversion
|
| Annotation Type | Description |
|---|---|
| CarbonCopy |
Annotate on a class to create a Carbon Copy of it.
|
| CarbonCopyAccessor |
Annotate on a field to specify its getter and setter to be used while converting to/from the copy.
|
| CarbonCopyExclude |
Annotate on a field to be excluded while creating the carbon copy class
|
| CarbonCopyRename |
Annotate on a field to give a different name to this field on the carbon copied class
|