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>>
     
  • Element Details

    • value

      Class<? extends Matcher<? super com.sun.source.tree.ExpressionTree>> value