History log of /external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5bef2e340a459baabf6e0f2a7768974e2b3b8f2c 23-Mar-2017 C. Sean Young <csyoung@google.com> Add -hideAnnotation parameter to doclava.

Basically this is -showAnnotation, but for the opposite use.
Specifies Java annotations that should be treated the same as "@hide"

Test: Sadly there are no unit tests for Doclava, however, this change
builds and treehugger should ensure that Doclava's existing usage
still works.
Change-Id: I76fe6d74eff2db08f65f992ded0cae9144fc31a1
/external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java
6fa3e41df1664e59c13830b012b9be39c2b31cae 05-Jun-2015 Omari Stephens <xsdg@android.com> Display annotations and annotation values when they are requested

This exports the annotation field names and values, as well as displays them
in the generated output whenever the annotation is chosen with the
"-showAnnotation" argument to doclava

Bug: 8440225
Change-Id: Iea71d3af2593e5067f4b1b1fbd3463539609f676
/external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java
051dace82cf6a43923b17f95974d93a23ed3dd87 13-Aug-2014 Jeff Arneson <jarneson@google.com> Spit out annotations used in showAnnotations param

Update Class, Member, and Method infos to track what annotations
were used to bypass @hide and the like. Pass those out as an
array to be rendered in the HTML.

Bug: 16848303
Change-Id: I98ebc574d4b8eaaa1134e260518ddc2ddd43f99f
/external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java
6ba612efffba42bec102ac58a1540496158f747e 21-Jun-2011 Andrew Sapperstein <asapperstein@google.com> Parsing entire tree and resolving all conflicts.

Unfortunately, this takes 3 passes (1 parse and 2 resolve passes)
due to one corner case (where you refer to something that is inside a superclass
that is in a different package). Fortunately, there are only
3 or 4 resolutions on the third pass.

Change-Id: I14dc6e61e002058132b8065a7b31abb87ac8f2a1
/external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java
d6eaacbb9eb56763d38a3815fc509b92ed98a585 20-May-2011 Andrew Sapperstein <asapperstein@google.com> Modified old doclava to use LinkedLists instead of arrays

Functioning java parsing as well. Needs to be wired up into doclava proper.

Change-Id: Ifa38ca7312e6c23a8f663a9d0638afb9a29bf19d
/external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java
920dbbbaca6aa578f3b26d89e99d12754c26ed60 05-Aug-2010 Ben Dodson <bjdodson@google.com> Initial import of Doclava project

Change-Id: Ia5ae56f1700fce98e0ae6954fa2df617ec0537bb
/external/doclava/src/com/google/doclava/AnnotationInstanceInfo.java