public interface DocCtorData
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getArgs() |
String |
getClassName() |
String |
getCtorJavaDoc() |
List<List<String>> |
getExamples() |
String getClassName()
Class.getSimpleName() of the documented ctor.String getCtorJavaDoc()
Map<String,String> getArgs()
Copyright © 2018. All rights reserved.