@Target(FIELD)
@Retention(RUNTIME)
public @interface ColumnName
Sets the name of a column in a table for a POJO field.
- Author:
- Collin Alpert
-
Required Element Summary
Required Elements
| Modifier and Type |
Required Element |
Description |
java.lang.String |
value |
|