@Target(value={FIELD,METHOD,TYPE})
@Retention(value=RUNTIME)
@Documented
public @interface Ignore
Ignores a field or method inside a complex type. Only usable in complex types.
The purpose is to signal that a given field or setter should not be used
when building instances of a class
- Since:
- 1.0