Package gw.internal.gosu.javadoc
Class JavaDocFactoryImpl
- java.lang.Object
-
- gw.internal.gosu.javadoc.JavaDocFactoryImpl
-
- All Implemented Interfaces:
IJavaDocFactory
public class JavaDocFactoryImpl extends Object implements IJavaDocFactory
-
-
Constructor Summary
Constructors Constructor Description JavaDocFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description IClassDocNodecreate()IClassDocNodecreate(Class javaClass)IExceptionNodecreateException()Deprecated.Please don't create these manually, and please fix any code that does.IParamNodecreateParam()Deprecated.Please don't create these manually, and please fix any code that does.
-
-
-
Method Detail
-
create
public IClassDocNode create(Class javaClass)
- Specified by:
createin interfaceIJavaDocFactory
-
create
public IClassDocNode create()
- Specified by:
createin interfaceIJavaDocFactory
-
createParam
@Deprecated public IParamNode createParam()
Deprecated.Please don't create these manually, and please fix any code that does.- Specified by:
createParamin interfaceIJavaDocFactory- Returns:
- a new, empty IParamNode
-
createException
@Deprecated public IExceptionNode createException()
Deprecated.Please don't create these manually, and please fix any code that does.- Specified by:
createExceptionin interfaceIJavaDocFactory- Returns:
- a new, empty IExceptionNode
-
-