diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-11 07:54:25 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-10-11 07:54:25 +0200 |
commit | 310862d94e3a4705faf0d2b6ed9cdb40247b39ca (patch) | |
tree | 473e2aa65e2cf064181193a15bab633e81bb0c11 /lib/README | |
parent | e2ffd58f81b6762429d0f27dc9977aa0e1721ae6 (diff) | |
download | lombok-310862d94e3a4705faf0d2b6ed9cdb40247b39ca.tar.gz lombok-310862d94e3a4705faf0d2b6ed9cdb40247b39ca.tar.bz2 lombok-310862d94e3a4705faf0d2b6ed9cdb40247b39ca.zip |
Integrated lombok.jar and lombok.eclipse.agent.jar into one jar that installs, is a javac apt processor, and an agent, all at once.
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,4 @@ 'lib' is defined as those things which are required when actually running lombok. -The main lombok code requires all libraries in the 'lombok' directory, whilst the agents -require the contents of both the 'agent' directory and the agent's specific directory (e.g. 'eclipse.agent'). +The main lombok code requires all libraries in the 'lombok' directory. For dependencies which are required only at compile time, see the 'deps' directory. |