documentation update for #29

This commit is contained in:
Roman Ivanov 2014-09-12 15:21:34 -07:00
parent cf3879aa53
commit e0ea382c5e
1 changed files with 5 additions and 0 deletions

View File

@ -95,6 +95,11 @@
declarations in interface definitions as a matter of style.
</p>
<p>
Interfaces by definition are abstract so the <code>abstract</code>
modifier on the interface is redundant.
</p>
<p>
Variables in interfaces and annotations are automatically
public, static and final, so these modifiers are redundant as