From e0ea382c5e61690f206c7f7e6e2908686f1c007f Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 12 Sep 2014 15:21:34 -0700 Subject: [PATCH] documentation update for #29 --- src/xdocs/config_modifier.xml | 5 +++++ 1 file changed, 5 insertions(+) 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