From 7dd061c263803dadefe244bcc78a67f4d12bd42e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 5 Jul 2009 22:01:51 +0200 Subject: More documentation. --- lib/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/README (limited to 'lib') 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. -- cgit