Package com.helger.commons.annotation
Annotation Type UseDirectEqualsAndHashCode
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface UseDirectEqualsAndHashCode
Indicate that a class's native implementations ofAnnotation.equals(Object)andAnnotation.hashCode()should be used and no wrapper. This is only important to the classesEqualsImplementationRegistryandHashCodeImplementationRegistry.- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-