Class and Description |
---|
lombok.javac.apt.Processor |
Annotation Type and 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.
|
Annotation Type Element and Description |
---|
lombok.RequiredArgsConstructor.suppressConstructorProperties
THIS FEATURE WILL BE REMOVED after March 31st 2015. Use configuration key
ConfigurationKeys.ANY_CONSTRUCTOR_SUPPRESS_CONSTRUCTOR_PROPERTIES instead. |
lombok.AllArgsConstructor.suppressConstructorProperties
THIS FEATURE WILL BE REMOVED after March 31st 2015. Use configuration key
ConfigurationKeys.ANY_CONSTRUCTOR_SUPPRESS_CONSTRUCTOR_PROPERTIES instead. |
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.