public static class UnmodifiableCompilerOptions
extends Object
An implementation of CompilerOptions where all mutating methods throw
UnsupportedOperationException.
(This removes clutter in subclasses that don't implement mutation.)
- See Also:
- Serialized Form