Re: Prettiness of Java statics classes: dropping the "make"
"Raoul Duke" <[email protected]>
| Newsgroups | gmane.comp.lang.e.general |
|---|---|
| Message-ID | <[email protected]> |
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.