set Final Static
Convenience version of setFinalStatic.
See also
Set a static final field. N.B. This will only work if the given field has not been read before. This is due to internal caching in the JVM for fields.
Convenience version of setFinalStatic.
Set a static final field. N.B. This will only work if the given field has not been read before. This is due to internal caching in the JVM for fields.