-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 8, 9
-
Component/s: core-libs
-
b27
-
generic
-
generic
A DESCRIPTION OF THE REQUEST :
The class java.util.UUID doesn't annotate overridden methods from the interface with @Override.
JUSTIFICATION :
Earlier @Override was only used for overridden methods from classes and not interfaces. The UUID class still doesnt does this.
The class java.util.UUID doesn't annotate overridden methods from the interface with @Override.
JUSTIFICATION :
Earlier @Override was only used for overridden methods from classes and not interfaces. The UUID class still doesnt does this.