public class ForwardingJavaFileObject<F extends JavaFileObject>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

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.

extends ForwardingFileObject<F> implements JavaFileObject

Parameters:
<F>    the kind of file object forwarded to by this object

Since:  1.6