Package com.google.inject.matcher
Class AbstractMatcher<T>
java.lang.Object
com.google.inject.matcher.AbstractMatcher<T>
- All Implemented Interfaces:
Matcher<T>
Deprecated.
Implements
and() and or().- Author:
- crazybob@google.com (Bob Lee)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns a new matcher which returnstrueif both this and the given matcher returntrue.Deprecated.Returns a new matcher which returnstrueif either this or the given matcher returntrue.
-
Constructor Details
-
AbstractMatcher
public AbstractMatcher()Deprecated.
-
-
Method Details
and()andor()yourself, but is no longer necessary now thatMatcherimplements these methods.