AnnotatedTypeConfiguratorTest#annotatedTypesAndMemebersEqual wrongly assumes that AnnotatedTypes implement equals(). But I could not find where this would be defined. In fact there are quite a few cases where identity equality makes much more sense and I could not find any good use case where one needs equals on AT. |