public class JavaDocFactoryImpl extends Object implements IJavaDocFactory
| Constructor and Description |
|---|
JavaDocFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
IClassDocNode |
create() |
IClassDocNode |
create(Class javaClass) |
IExceptionNode |
createException()
Deprecated.
Please don't create these manually, and please fix any code that does.
|
IParamNode |
createParam()
Deprecated.
Please don't create these manually, and please fix any code that does.
|
public IClassDocNode create(Class javaClass)
create in interface IJavaDocFactorypublic IClassDocNode create()
create in interface IJavaDocFactory@Deprecated public IParamNode createParam()
createParam in interface IJavaDocFactory@Deprecated public IExceptionNode createException()
createException in interface IJavaDocFactoryCopyright © 2022. All rights reserved.