aboutsummaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-05 22:01:51 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-05 22:01:51 +0200
commit7dd061c263803dadefe244bcc78a67f4d12bd42e (patch)
treef8d9284cc556cf4e5923208a789c2cfdb988fe4c /deps
parenta9fe617303f9726794451eaf2c517a8ec57f3faf (diff)
downloadlombok-7dd061c263803dadefe244bcc78a67f4d12bd42e.tar.gz
lombok-7dd061c263803dadefe244bcc78a67f4d12bd42e.tar.bz2
lombok-7dd061c263803dadefe244bcc78a67f4d12bd42e.zip
More documentation.
Diffstat (limited to 'deps')
-rw-r--r--deps/README5
1 files changed, 5 insertions, 0 deletions
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.