Package gw.lang.javadoc
Interface IJavaDocFactory
-
- All Known Implementing Classes:
JavaDocFactoryImpl
public interface IJavaDocFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
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
-
-