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> Returnstrueorfalsefor a given input. -
Class Summary Class Description AbstractMatcher<T> Deprecated. This class used to be useful to avoid implementingand()andor()yourself, but is no longer necessary now thatMatcherimplements these methods.Matchers Matcher implementations.