Since generics in JVM world are entirely compiler’...
# announcements
o
Since generics in JVM world are entirely compiler’s responsibility, and what is in bytecode is not considered by runtime, only by compiler again when it compiles against binary dependency, it is indeed possible to have default generic arguments.