JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
Lombok
- v1.18.36
lombok
EqualsAndHashCode
Exclude
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Type EqualsAndHashCode.Exclude
Enclosing class:
EqualsAndHashCode
@Target
(
FIELD
)
@Retention
(
SOURCE
)
public static @interface
EqualsAndHashCode.Exclude
If present, do not include this field in the generated
equals
and
hashCode
methods.