Package com.google.inject.matcher
package com.google.inject.matcher
Used for matching things. Primarily used to pick out methods to which to apply interceptors.
-
ClassDescriptionDeprecated.Matcher<T>Returns
true
orfalse
for a given input.Matcher implementations.
and()
andor()
yourself, but is no longer necessary now thatMatcher
implements these methods.