jokiazhang / metadata-extractor

Automatically exported from code.google.com/p/metadata-extractor
0 stars 0 forks source link

Annotate API for design-time value analysis #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://www.jetbrains.com/idea/documentation/howto.html

Assuming the annotations may be defined in the .jar itself rather than an 
external one (as can be done in .NET) then this would be good for users 
performing this kind of analysis, and for developers of the library itself to 
help avoid NullPointerExceptions.

Original issue reported on code.google.com by drewnoakes on 24 Apr 2011 at 11:20

GoogleCodeExporter commented 9 years ago
This has been completed with new annotations in com.drew.lang.annotations.

Original comment by drewnoakes on 27 Apr 2011 at 7:32