From 024d8ffa9801f463fecadd16f42d51bbed46dea7 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 17 Jun 2009 10:43:39 +0200 Subject: Massive refactors. This list isn't complete, but should give you an idea: A) many things in lombok.eclipse moved to lombok.core to enable reuse with lombok.javac. B) lombok.javac works now similarly to eclipse's model: We first make big ASTs that are bidirectionally traversable, then we walk through that for annotations. C) Instead of getting an annotation instance, you now get an object that is more flexible and can e.g. give you class values in an enum as a string instead of a Class object, which may fail if that class isn't on the classpath of lombok. D) sources to the internal sun classes for javac added to /contrib. --- contrib/javac-source.zip | Bin 0 -> 1839929 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 contrib/javac-source.zip (limited to 'contrib') diff --git a/contrib/javac-source.zip b/contrib/javac-source.zip new file mode 100644 index 00000000..7d989ac6 Binary files /dev/null and b/contrib/javac-source.zip differ -- cgit