diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-05 22:01:51 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-05 22:01:51 +0200 |
commit | 7dd061c263803dadefe244bcc78a67f4d12bd42e (patch) | |
tree | f8d9284cc556cf4e5923208a789c2cfdb988fe4c /lib/README | |
parent | a9fe617303f9726794451eaf2c517a8ec57f3faf (diff) | |
download | lombok-7dd061c263803dadefe244bcc78a67f4d12bd42e.tar.gz lombok-7dd061c263803dadefe244bcc78a67f4d12bd42e.tar.bz2 lombok-7dd061c263803dadefe244bcc78a67f4d12bd42e.zip |
More documentation.
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/README b/lib/README new file mode 100644 index 00000000..1e605c10 --- /dev/null +++ b/lib/README @@ -0,0 +1,5 @@ +'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'). + +For dependencies which are required only at compile time, see the 'deps' directory. |