Hi, is it somehow possible to create an interface ...
# announcements
h
Hi, is it somehow possible to create an interface with method returning Map<SomeEnum, SomeOtherType> and have a compile-time check, that implementing class added every >SomeEnum< in the Map? Or is there a other way I could achive this?