Class Matchers.Only

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

private static class Matchers.Only extends AbstractMatcher<Object> implements Serializable
  • Field Details

  • Constructor Details

    • Only

      public Only(Object value)
  • Method Details