Add escaping to documentation of CommentDefaultAccessModifier
This commit is contained in:
@ -475,7 +475,7 @@ public class Éléphant {}
|
|||||||
|
|
||||||
To avoid mistakes if we want that a Method, Constructor, Field or Nested class have a default access modifier
|
To avoid mistakes if we want that a Method, Constructor, Field or Nested class have a default access modifier
|
||||||
we must add a comment at the beginning of it's declaration.
|
we must add a comment at the beginning of it's declaration.
|
||||||
By default the comment must be /* default */ or /* package */, if you want another, you have to provide a regular expression.
|
By default the comment must be `/* default */` or `/* package */`, if you want another, you have to provide a regular expression.
|
||||||
This rule ignores by default all cases that have a @VisibleForTesting annotation. Use the
|
This rule ignores by default all cases that have a @VisibleForTesting annotation. Use the
|
||||||
property "ignoredAnnotations" to customize the recognized annotations.
|
property "ignoredAnnotations" to customize the recognized annotations.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user