Sisu Guice - Core Library (patched build of Google Guice)
Package Index
|
Class Index
com.google.inject
com.google.inject.binder
com.google.inject.matcher
com.google.inject.name
com.google.inject.spi
com.google.inject.util
Interfaces
Matcher
<T>
Classes
AbstractMatcher
<T>
Matchers
Package Index
|
Class Index
package
com.google.inject.matcher
Used for matching things. Primarily used to pick out methods to which to apply interceptors.
Interfaces
Matcher
<T>
Returns
true
or
false
for a given input.
Classes
AbstractMatcher
<T>
Implements
and()
and
or()
.
Matchers
Matcher implementations.