I wont try to extends a Pattern because we can't (I will wrap), but I would like to know why Pattern class is final ?
I mean this class could be extended for a largest use but they did the choice to make it final. Why ?
If i ask it, it is more in a technical (curious ?) way than in a "java is so bad" way.