Package com.google.inject.matcher
Class Matchers.AnnotatedWith
java.lang.Object
com.google.inject.matcher.AbstractMatcher<AnnotatedElement>
com.google.inject.matcher.Matchers.AnnotatedWith
- All Implemented Interfaces:
Matcher<AnnotatedElement>
,Serializable
- Enclosing class:
- Matchers
private static class Matchers.AnnotatedWith
extends AbstractMatcher<AnnotatedElement>
implements Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.inject.matcher.AbstractMatcher
and, or
-
Field Details
-
annotation
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AnnotatedWith
-
-
Method Details
-
matches
Description copied from interface:Matcher
Returnstrue
if this matchest
,false
otherwise.- Specified by:
matches
in interfaceMatcher<AnnotatedElement>
-
equals
-
hashCode
public int hashCode() -
toString
-