Annotation Interface 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.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A non-instantiable type that allows to check if a method should be ignored for binding.