Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.git.pre-commit | 21-Aug-2018 | 1.5K | |
.travis-build-without-test.sh | 21-Aug-2018 | 1K | |
.travis-build.sh | 21-Aug-2018 | 268 | |
.travis.yml | 21-Aug-2018 | 584 | |
Android.bp | 21-Aug-2018 | 759 | |
annotation-file-utilities/ | 21-Aug-2018 | ||
asmx/ | 21-Aug-2018 | ||
build.xml | 21-Aug-2018 | 7.6K | |
buildtest/ | 21-Aug-2018 | ||
global.build.properties | 21-Aug-2018 | 1,004 | |
LICENSE | 21-Aug-2018 | 1,023 | |
LICENSE.txt | 21-Aug-2018 | 1,023 | |
METADATA | 21-Aug-2018 | 432 | |
MODULE_LICENSE_MIT | 21-Aug-2018 | 0 | |
notes-openjdk-build.txt | 21-Aug-2018 | 4.5K | |
NOTICE | 21-Aug-2018 | 1,023 | |
OWNERS | 21-Aug-2018 | 44 | |
README.txt | 21-Aug-2018 | 1.2K | |
README.version | 21-Aug-2018 | 449 | |
scene-lib/ | 21-Aug-2018 | ||
user.build.properties | 21-Aug-2018 | 532 |
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
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