See: Description
Package | Description |
---|---|
lombok |
This package contains all the annotations and support classes you need as a user of lombok.
|
lombok.bytecode |
This package contains utilities and handlers for the 'post-process class files' aspect of
lombok.
|
lombok.core |
Contains the platform-agnostic core of lombok.
|
lombok.core.configuration | |
lombok.core.debug |
This package contains tooling used only to debug issues that cannot be found with research but
which require releasing a production or edge release with extra introspective facilities in
an attempt to add clarity to the exceptions or other messages that result when the bug occurs.
|
lombok.core.handlers |
This package contains utility methods and classes shared between javac-specific feature implementations
and eclipse-specific feature implementations.
|
lombok.core.runtimeDependencies |
This package is the basis for lombok's (the jar, run as an application) ability to spin off
a clone of itself that only contains files required as a runtime dependency.
|
lombok.eclipse |
Includes the eclipse-specific implementations of the lombok AST and annotation introspection support.
|
lombok.eclipse.handlers |
Contains the classes that implement the transformations for all of lombok's various features on the eclipse platform.
|
lombok.eclipse.handlers.singulars | |
lombok.experimental |
This package contains the annotations and support classes you need as a user of lombok, for
all features which aren't (yet) supported as a first class feature.
|
lombok.extern.apachecommons | |
lombok.extern.java | |
lombok.extern.log4j | |
lombok.extern.slf4j | |
lombok.javac |
Includes the javac specific implementations of the lombok AST and annotation introspection support.
|
lombok.javac.apt |
Contains the mechanism that instruments javac as an annotation processor.
|
lombok.javac.handlers |
Contains the classes that implement the transformations for all of lombok's various features on the javac v1.6 platform.
|
lombok.javac.handlers.singulars |
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.