JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.errorprone.refaster.annotation
NotMatches
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Type NotMatches
@Target
({
PARAMETER
,
METHOD
})
@Retention
(
SOURCE
)
public @interface
NotMatches
Specify an error-prone
Matcher
to further restrict what expressions are matched by the annotated parameter.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<? extends
Matcher
<? super com.sun.source.tree.ExpressionTree>>
value
Element Details
value
Class
<? extends
Matcher
<? super com.sun.source.tree.ExpressionTree>>
value