aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/bytecode/ClassFileMetaData.java
AgeCommit message (Expand)Author
2018-07-20Replaced StringBuilder by simple char array in "hotspot" methodRoland Praml
2018-02-07[trivial] copyright header year bump to 2018Reinier Zwitserloot
2018-02-06[jdk9] add support for using lombok with JDK9 code when compiling using the n...Reinier Zwitserloot
2012-01-23Fixed bug in reading long and double valuesRoel Spilker
2011-12-20Moved Asm utils out of utils and into core, because utils isn't supposed to h...Reinier Zwitserloot
2011-10-24pretty big refactor; introduced a new source package which should be (and is)...Reinier Zwitserloot
2011-06-06Issue 188: add class file pool constants for methodhandles and invokedynamic ...Roel Spilker
2010-08-15Documented the ClassFileMetaData utility.Reinier Zwitserloot
2010-08-07Fixed some bugs in reading the constant pool and added testsRoel Spilker
2010-08-05Created utility class to casually inspect class files on the usage of classes...Roel Spilker