juan_gandhi: (Default)
Juan-Carlos Gandhi ([personal profile] juan_gandhi) wrote2012-03-03 08:36 pm

I love JetBrains!

DZone:

"For all of us, Java programmers, who plan to write software for a couple more years, concurrency is quickly becoming a topic to seriously consider in our short-term study plans. Brian Goetz has written an excellent book for us, named Java Concurrency in Practice, in which he amongs other things comes up with a few handy annotations to express the implied concurrency constrains of the code. These are @ThreadSafe, @NotThreadSafe, @GuardedBy and @Immutable."