public interface IJavaDocFactory
| 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.
|
IClassDocNode create(Class javaClass)
IClassDocNode create()
@Deprecated IParamNode createParam()
@Deprecated IExceptionNode createException()
Copyright © 2022. All rights reserved.