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