JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.google.errorprone.refaster.annotation
NotMatches
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Interface 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
ExpressionTree
>>
value
Element Details
value
Class
<? extends
Matcher
<? super
ExpressionTree
>>
value