You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a consequence the annotation transformers may be called multiple times for the same field (but different FieldInfos). The result should be the same though. It shouldn't be a problem for methods (because MethodInfo overrides equals/hashCode). Also object identity should work fine for ClassInfo.
ClassInfo
andFieldInfo
do not overrideequals()
/hashCode()
. Moreover, newFieldInfo
objects are created for eachClassInfo.fields()
invocation.The text was updated successfully, but these errors were encountered: