ニュース

Proposal would issue warnings about uses of deep reflection to mutate final flelds, preparing for a future Java release that disallows mutation of final fields by default.
The availability of ReflectiveOperationException in Java 7 is a specific exception parent class that can be caught to handle all its child reflection exception classes in a single catch.