@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Ignore
Ignore the field which do not want to transfer.
It is recommended that the annotation be used as little as possible,
because many times you can use the following features to achieve the same effect:
the null and empty string are not handled by default.
- Since:
- 1.9
- Author:
- Kingstar