Interface IJavaDocFactory

All Known Implementing Classes:
JavaDocFactoryImpl

public interface IJavaDocFactory
  • Method Details

    • create

      IClassDocNode create(Class javaClass)
    • create

      IClassDocNode create()
    • createParam

      @Deprecated IParamNode createParam()
      Deprecated.
      Please don't create these manually, and please fix any code that does.
      Returns:
      a new, empty IParamNode
    • createException

      @Deprecated IExceptionNode createException()
      Deprecated.
      Please don't create these manually, and please fix any code that does.
      Returns:
      a new, empty IExceptionNode