Is it possible to turn off / override java.lang.SecurityException: Prohibited package name
?
I need to extend AffineTransform
class which was implemented with some lack of functionality, and I need to access members m00, m01, ...
which are defined as package protected.