Annotation Type and Description |
---|
lombok.AllArgsConstructor.AnyAnnotation
Don't use this annotation, ever - Read the documentation.
|
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.var
var has been promoted to the main package; use var instead. |
lombok.With.AnyAnnotation
Don't use this annotation, ever - Read the documentation.
|
lombok.experimental.WithBy.AnyAnnotation
Don't use this annotation, ever - Read the documentation.
|
lombok.experimental.Wither
With 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.
|
Enum Constant and Description |
---|
lombok.AccessLevel.MODULE
This value was created at a time when a module-level access keyword was planned as a way of being prepared for the future. But that's not the direction java went in; a 'module access level' is not likely to ever exist. This enum acts like
PACKAGE in every way. |
Copyright © 2025. All rights reserved.