Package com.google.inject.matcher
Used for matching things. Primarily used to pick out methods to which to apply interceptors.
-
Interface Summary Interface Description Matcher<T> Returnstrue
orfalse
for a given input. -
Class Summary Class Description AbstractMatcher<T> Implementsand()
andor()
.AbstractMatcher.AndMatcher<T> AbstractMatcher.OrMatcher<T> Matchers Matcher implementations.Matchers.AnnotatedWith Matchers.AnnotatedWithType Matchers.Any Matchers.IdenticalTo Matchers.InPackage Matchers.InSubpackage Matchers.Not<T> Matchers.Only Matchers.Returns Matchers.SubclassesOf