Class AnnotationHasArgumentWithValue

    • Constructor Detail

      • AnnotationHasArgumentWithValue

        public AnnotationHasArgumentWithValue​(String element,
                                              Matcher<com.sun.source.tree.ExpressionTree> valueMatcher)
    • Method Detail

      • matches

        public boolean matches​(com.sun.source.tree.AnnotationTree annotationTree,
                               VisitorState state)
        Specified by:
        matches in interface Matcher<com.sun.source.tree.AnnotationTree>