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.
  • Class
    Description
    Deprecated.
    This class used to be useful to avoid implementing and() and or() yourself, but is no longer necessary now that Matcher implements these methods.
    Returns true or false for a given input.
    Matcher implementations.