Annotation Interface Ignore


@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) @Documented @MinMuleVersion("4.4.0") 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