On 01/06/2008, Ortwin Glück <[EMAIL PROTECTED]> wrote: > sebb wrote: > > > I was thinking of adding the @Immutable, @ThreadSafe etc annotations > > to the Java 1.4 classes as well, but as comments. > > > > If the core classes ever move to 1.5+, then the comments could be > > turned into proper annotations. > > > > > BTW, I couldn't find @Immutable or @ThreadSafe in the JDK (not 1.6 even). > Which definition are you referring to? >
net.jcip.annotations - http://www.jcip.net [Excellent book, by the way] These annotations are used by Findbugs (though at present they don't seem to be fully implemented) > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
