Include private members in javadoc

This commit is contained in:
BoykoAlex
2016-12-14 10:56:34 -05:00
parent 1b26809349
commit 4df222af38
2 changed files with 6 additions and 3 deletions

View File

@@ -19,6 +19,9 @@ public class FooProperties {
private Color color;
//Map Enum -> Atomic
/**
* Some color names. Do you see me?
*/
private Map<Color,String> colorNames;
//Map Atomic -> Enum