overflowdb.traversal.help

Type members

Classlikes

object DocFinder
case
class Table(columnNames: Iterable[String], rows: Iterable[Iterable[String]])
class TraversalHelp(domainBasePackage: String)

traversalExtBasePackage: The base package that we scan for @TraversalExt annotations. Note that this restricts us to only find @Doc annotations in classes in that namespace and it's children. If left empty, the scan takes considerable amount of time (depending on your classpath, obviously).

traversalExtBasePackage: The base package that we scan for @TraversalExt annotations. Note that this restricts us to only find @Doc annotations in classes in that namespace and it's children. If left empty, the scan takes considerable amount of time (depending on your classpath, obviously).