Class Matchers.Returns

java.lang.Object
com.google.inject.matcher.AbstractMatcher<Method>
com.google.inject.matcher.Matchers.Returns
All Implemented Interfaces:
Matcher<Method>, Serializable
Enclosing class:
Matchers

private static class Matchers.Returns extends AbstractMatcher<Method> implements Serializable
  • Field Details

  • Constructor Details

    • Returns

      public Returns(Matcher<? super Class<?>> returnType)
  • Method Details