diff --git a/src/xdocs/config_modifier.xml b/src/xdocs/config_modifier.xml index 0e250b3a4..3b60f686e 100644 --- a/src/xdocs/config_modifier.xml +++ b/src/xdocs/config_modifier.xml @@ -95,6 +95,11 @@ declarations in interface definitions as a matter of style.
+
+ Interfaces by definition are abstract so the abstract
+ modifier on the interface is redundant.
+
Variables in interfaces and annotations are automatically public, static and final, so these modifiers are redundant as