@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface UseDirectEqualsAndHashCode
Annotation.equals(Object) and
Annotation.hashCode() should be used an no wrapper. This is only important to
the classes EqualsImplementationRegistry
and HashCodeImplementationRegistry.public abstract String value
Copyright © 2014–2016 Philip Helger. All rights reserved.