EJB 3 Annotations cheat sheet
For those of you working with EJB 3 annotations already (hibernate uses a fair bit of this), I just stumbled across this cheat sheet.
For those of you working with EJB 3 annotations already (hibernate uses a fair bit of this), I just stumbled across this cheat sheet.
I was just cruising IDEA's website to see if the release date had been set for 5.0 yet and found nothing. I've been using the EAPs and RCs for the last few weeks and seen dramatic improvements in stability and speed. So I'm anxiously awaiting the final product (though RC5 is probably really close). And voila! According to this announcement, 5.0 was released today. Not a bad way to start out a week...
Is there really no way to find if a method is deprecated using 1.4? It looks like you can determine it via annotations in 1.5, but this code I'm using was compiled using 1.4 so that's not an option. Maybe I'll just write a doclet...