'. '

TheYearOfAnnotations2009

From APIDesign

Revision as of 21:32, 11 December 2008 by Apidesign (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

As I noted recently, I see the year 2009 as the year of annotations. The NetBeans project is about to rely on them more heavily. Finally! We've been waiting for that for ages, but finally we can compile with JDK 1.6 JavaC and we can use compile time [[AnnotationProcessor|annotation processors]. As a result we can replace our layer based registrations with annotation and benefit from compile type checking, code completion, from having the registrations in the same place as the code that is being registered, etc. Also we can provide the users simple looking annotations and let their [[AnnotationProcessor|annotation processors] do more advanced and more effective processing. As a result the developers have simple API to deal with, while actual registration hidden behind can be as effective as possible, even at the cost of complexity, without compromises to reliability (as the complexity is kept in the processing infrastructure, not exposed to end users).

The other project related to annotations that we are likely to incorporate during 2009 is our extended use of Annotations for Software Defect Detection. This is heavily based on the [Annotations for Software Defect Detection JSR 305], yet until it is stable we do not want to expose that API to our users. As such we are going to create our own annotations (still recognizable by FindBugs and co.). Please find our current patch and comment here or in the issue 137437.

Last project that deals with annotations is developed by our editor hints guru Jan Lahoda - its aim is to bring complex refactoring to masses! Using @Deprecated annotation is good hint to help your API users recognize that some part of your API is obsolete and shall no longer be used, however that in no way help users of your API with converting their code to new, non-deprecated version. We have a solution: Use Code Transformation Annotations! Dear [API] writers, let's adopt these annotations and use them in your [API]! They are completely standalone (read more), but indeed, my plan is to bring these easy to use and flexible refactorings to [NetBeans] soon, hopefully for version 7.0.

So these are my three annotation related projects. I found them quite exciting and I cannot wait to see them being used. As soon as they do, will have complete right to call the year 2009 the year of annotations!


<comments/>

Personal tools
buy