Package com.google.inject.matcher
Class Matchers.InPackage
- All Implemented Interfaces:
Matcher<Class>
,Serializable
- Enclosing class:
Matchers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.inject.matcher.AbstractMatcher
and, or
-
Field Details
-
targetPackage
-
packageName
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InPackage
-
-
Method Details
-
matches
Description copied from interface:Matcher
Returnstrue
if this matchest
,false
otherwise. -
equals
-
hashCode
public int hashCode() -
toString
-
readResolve
-