blob: 1e605c101eeac147743cfcc49c72739562d4a862 (
plain)
1
2
3
4
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.
|