Package net.bytebuddy.build
Annotation Type HashCodeAndEqualsPlugin.ValueHandling
- Enclosing class:
HashCodeAndEqualsPlugin
@Documented
@Target(FIELD)
@Retention(RUNTIME)
public static @interface HashCodeAndEqualsPlugin.ValueHandling
Determines how a field should be used within generated hash code and equality methods.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Determines how a field should be handled. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDetermines the handling of the annotated field.
-
Element Details
-
value
Determines the handling of the annotated field.- Returns:
- The handling of the annotated field.
-