See: Description
Interface | Description |
---|---|
RuntimeDependencyInfo |
Implement and provide this interface to specify which transformations have a runtime dependency on
lombok-runtime.jar , as well as which files of your transformation must be in lombok-runtime.jar . |
Class | Description |
---|---|
CreateLombokRuntimeApp |
@SneakyThrows
, but this is no longer
necessary. Currently no lombok features have any such dependencies though at some point we may
reintroduce the concept, for example to support properties.
It is possible we'll use a different mechanism at that point; use the infrastructure in this package
with knowledge that it may be eliminated at any time.Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.