blob: 025bcd82adf13177010adc9f7775fc4c10ec4e87 [file] [log] [blame]
Tor Norbye73934882012-02-29 07:50:52 -08001Changes in this version relative to http://doclava.googlecode.com/
2------------------------------------------------------------------
3
4* Modified the Java stub generator code to write out annotations for
5 methods and fields as well, not just classes. This meant adding a
6 writeAnnotations call to writeMethod and to writeField
7
8* Modified the writeAnnotations method to take a "isDeprecated"
9 parameter, which when set adds a @Deprecated annotation if one
10 doesn't already exist. This ensures that APIs only marked with a
11 @deprecated documentation comment will also be marked as
12 @Deprecated. Also strips out @Override annotations.