public class ForwardingJavaFileObject extends ForwardingFileObject implements JavaFileObject
Forwards calls to a given file object. Subclasses of this class
might override some of these methods and might also provide
additional fields and methods.
param
the kind of file object forwarded to by this object