Home | History | Annotate | only in /external/annotation-tools
Up to higher level directory
NameDateSize
.git.pre-commit21-Aug-20181.5K
.travis-build-without-test.sh21-Aug-20181K
.travis-build.sh21-Aug-2018268
.travis.yml21-Aug-2018584
Android.bp21-Aug-2018759
annotation-file-utilities/21-Aug-2018
asmx/21-Aug-2018
build.xml21-Aug-20187.6K
buildtest/21-Aug-2018
global.build.properties21-Aug-20181,004
LICENSE21-Aug-20181,023
LICENSE.txt21-Aug-20181,023
METADATA21-Aug-2018432
MODULE_LICENSE_MIT21-Aug-20180
notes-openjdk-build.txt21-Aug-20184.5K
NOTICE21-Aug-20181,023
OWNERS21-Aug-201844
README.txt21-Aug-20181.2K
README.version21-Aug-2018449
scene-lib/21-Aug-2018
user.build.properties21-Aug-2018532

README.txt

      1 Annotation Tools README file
      2 ----------------------------
      3 
      4 This directory contains the Annotation Tools.
      5 When distributed, this is known as the Annotation File Utilities, which is
      6 one of its components; see the annotation-file-utilities subdirectory.
      7 
      8 The Annotation File Utilities homepage is:
      9   https://checkerframework.org/annotation-file-utilities/
     10 and it also appears in this directory as:
     11   annotation-file-utilities/annotation-file-utilities.html
     12 
     13 
     14 asmx
     15 ----
     16 
     17 asmx contains modifications to asm to allow it to read and write JSR
     18 308 annotations to/from class files.
     19 
     20 The most modified classes are (in org.objectweb.asm):
     21  * ClassReader
     22  * ClassWriter
     23  * ExtendedAnnotationVisitor
     24  * ExtendedAnnotationWriter
     25 
     26 Most of the changes are delimited by
     27 //jaime
     28 // end jaime
     29 
     30 asmx was branched off of asm 2.2.2, available at either of these locations:
     31   http://forge.objectweb.org/project/download.php?group_id=23&file_id=5769
     32   http://download.forge.objectweb.org/asm/asm-2.2.2.tar.gz
     33 To see the changes, diff the current source files against the 2.2.2
     34 files.
     35 
     36 The diffs are complicated by the fact that in a few cases, a post-2.2.2
     37 version of a file was added to asmx.
     38 One example is file src/org/objectweb/asm/optimizer/shrink.properties.
     39 

README.version

      1 URL: https://github.com/typetools/annotation-tools
      2 Version: 3.6.45
      3 License: MIT
      4 Description: Annotation File Utilities, used for inserting external annotations to source files
      5 
      6 Local Modifications:
      7     Check-in annotation-file-utilities/annotation-file-utilities.jar from
      8     https://checkerframework.org/annotation-file-utilities/annotation-tools-3.6.45.zip
      9     Remove annotation-file-utilities/annotation-file-utilities.jar from .gitignore yet.
     10 
     11 
     12