[e-lang] Prettiness of Java statics classes: dropping the "make"

Raoul Duke raould at gmail.com
Sun May 11 13:42:29 CDT 2008


hi,

>  Prior to Java 1.5, not that I am aware of. The Java 1.5 annotations,
>  IIUC, are actually classes, and typically have uncapitalized names.
>  There may also be a problem with Java 1.5 enums; I'm not sure.

I believe the unenforced standard is upper-case for annotations e.g.
@Deprecated, @Override, at least for the core Java ones. There are
tutorials out there which use lower-case, but I think in error. The
similar javadoc notes are lower case e.g. @deprecated which is
sometimes confusing.

sincerely.


More information about the e-lang mailing list