Interface IIdentified
-
@Marker public interface IIdentified
A marker interface for any class which properly implements theObject.equals(Object)
andObject.hashCode()
methods. Note that the proper implementation may in fact be the default one, so long as the class in question properly implements them.