summaryrefslogtreecommitdiffstats
path: root/android-changes.txt
blob: 025bcd82adf13177010adc9f7775fc4c10ec4e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Changes in this version relative to http://doclava.googlecode.com/
------------------------------------------------------------------

* Modified the Java stub generator code to write out annotations for
  methods and fields as well, not just classes. This meant adding a
  writeAnnotations call to writeMethod and to writeField

* Modified the writeAnnotations method to take a "isDeprecated"
  parameter, which when set adds a @Deprecated annotation if one
  doesn't already exist. This ensures that APIs only marked with a
  @deprecated documentation comment will also be marked as
  @Deprecated. Also strips out @Override annotations.