Annotation Interface Ignore
@MinMuleVersion("4.1")
@Target({FIELD,METHOD,TYPE})
@Retention(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