From 7dd061c263803dadefe244bcc78a67f4d12bd42e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 5 Jul 2009 22:01:51 +0200 Subject: More documentation. --- deps/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deps/README (limited to 'deps') diff --git a/deps/README b/deps/README new file mode 100644 index 00000000..cda42040 --- /dev/null +++ b/deps/README @@ -0,0 +1,5 @@ +'deps' are defined as those things which are required to compile or develop lombok, but which aren't required when +actually running lombok. The main lombok code is dependent on all libraries in the 'lombok' directory, whilst the agents +are dependent on both the contents of the 'agent' directory and the agent's specific directory (e.g. 'eclipse.agent'). + +For dependencies which need to be available at runtime, see the 'lib' directory. -- cgit