@Target({FIELD,METHOD})
@Retention(SOURCE)
public static @interface EqualsAndHashCode.Include
equals and hashCode implementation; if on a method, include the method's return value as part of calculating hashCode/equality.| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
replaces |
Defaults to the method name of the annotated member.
|
Copyright © 2009-2018 The Project Lombok Authors, licensed under the MIT licence.