Files
rk35xx-android14/external/doclava/android-changes.txt
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

19 lines
949 B
Plaintext

Changes in this version relative to http://doclava.googlecode.com/
------------------------------------------------------------------
* Added a new command line option -showAnnotation <@interface classname>,
which takes in a fully qualified annotation classname. The specified
annotation will override any @hide annotations within the javadoc. To
specify multiple annotations to override @hide, use multiple
-showAnnotation options.
* 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.