public static class LoggerWithExposedConstructor
extends Object
Since the Impl classes are in a different package than the classes they
implement, they cannot use the protected Logger constructor. This subclass
of Logger, which just explses the constructor, gets around that, and it's
protected constructor is only available in the impl package, so clients
cannot use it.
- See Also:
- Serialized Form