Annotation Type UseDirectEqualsAndHashCode


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface UseDirectEqualsAndHashCode
Indicate that a class's native implementations of Annotation.equals(Object) and Annotation.hashCode() should be used and no wrapper. This is only important to the classes EqualsImplementationRegistry and HashCodeImplementationRegistry.
Author:
Philip Helger
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""