Sadly, we where told to not push forward any heavy changes into Java - this way idea of limiting inheritance was reduced to making inheritance scope of interfaces final.
Then it turned out that there was 0% chance that any change requiring extended consulations would make it - basically already prepared/aproved projects will be selected.
I still have my draft of the: Final interfaces... proposal so it can be compared:
interface final Interface allow ClassI
sealed interface Service permits Car, Truck
Earlier, consideration across language was between final and scope limitation - not really secure enough solution for me.