Class CommentDefaultAccessModifierRule

  • All Implemented Interfaces:
    AstVisitor, JavaVisitor, Rule, PropertySource

    public class CommentDefaultAccessModifierRule
    extends AbstractJavaRulechainRule
    Check for Methods, Fields and Nested Classes that have a default access modifier This rule ignores all nodes annotated with @VisibleForTesting by default. Use the ignoredAnnotationsDescriptor property to customize the ignored rules.
    Author:
    Damián Techeira