Annotation Type IgnoreForBinding
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface IgnoreForBinding
Indicates that a given target method should never be considered for binding to a source method.
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public @interface IgnoreForBinding