wenwenlin / jsr-305

Automatically exported from code.google.com/p/jsr-305
0 stars 0 forks source link

Javadoc missing from many classes #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some annotations need to be clear what they do and how they are expected to
be used.

For example, I don't know if this will do anything or not.

@Notnull
public enum CannotBeNull {
   YES, NO
}

Original issue reported on code.google.com by peter.la...@gmail.com on 27 Jan 2009 at 6:04