added specieskey to make class reflection in Calculations.class stronger
This commit is contained in:
@@ -5,4 +5,6 @@ import java.time.LocalDate;
|
||||
public sealed interface Animal permits Dog, Cat, SmallAnimal {
|
||||
|
||||
LocalDate birthday();
|
||||
|
||||
String speciesKey();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user