Home | History | Annotate | Download | only in doclava
      1 Changes 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.
     13