Package net.bytebuddy.build
Annotation Type HashCodeAndEqualsPlugin.ValueHandling
-
@Documented @Target(FIELD) @Retention(RUNTIME) public static @interface HashCodeAndEqualsPlugin.ValueHandling
Determines how a field should be used within generated hash code and equality methods.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description HashCodeAndEqualsPlugin.ValueHandling.Sort
value
Determines the handling of the annotated field.
-
-
-
Element Detail
-
value
HashCodeAndEqualsPlugin.ValueHandling.Sort value
Determines the handling of the annotated field.- Returns:
- The handling of the annotated field.
-
-