| Annotation Type | Description |
|---|---|
| lombok.AllArgsConstructor.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| lombok.experimental.Builder |
Builder has been promoted to the main package, so use that one instead. |
| lombok.Delegate |
Use
Delegate instead. |
| lombok.EqualsAndHashCode.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| lombok.Getter.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| lombok.NoArgsConstructor.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| lombok.RequiredArgsConstructor.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| lombok.Setter.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| lombok.experimental.Value |
Value has been promoted to the main package, so use that one instead. |
| lombok.experimental.Wither.AnyAnnotation |
Don't use this annotation, ever - Read the documentation.
|
| Field | Description |
|---|---|
| lombok.ConfigurationKeys.ADD_GENERATED_ANNOTATIONS |
Since version 1.16.14, use
ConfigurationKeys.ADD_JAVAX_GENERATED_ANNOTATIONS instead. |
| lombok.ConfigurationKeys.ANY_CONSTRUCTOR_SUPPRESS_CONSTRUCTOR_PROPERTIES |
Since version 2.0, use
ConfigurationKeys.ANY_CONSTRUCTOR_ADD_CONSTRUCTOR_PROPERTIES instead. |
Copyright © 2009-2018 The Project Lombok Authors, licensed under the MIT licence.