Package gw.gosudoc.com.sun.tools.doclets.internal.toolkit

Contains the base classes that make up a doclet. Doclets that reuse the functionality provided by the toolkit should have the following characteristics:
  • The main driver class should extend AbstractDoclet.
  • The doclet configuration class should extend Configuration.
  • The doclet should have a writer factory that implements WriterFactory. This class constructs writers that write doclet specific output.
  • The doclet should have a taglet writer that extends TagletWriter. This writer determines how to output each given tag.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.