Packages

package help

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Doc(short: String, long: String = "", example: String = "") extends Annotation with StaticAnnotation with Product with Serializable

    Annotation used for documentation.

    Annotation used for documentation.

    short

    a one line description for the overview table

    long

    in-depth documentation

    Example:
    1. a short example for the overview table

  2. case class Table(columnNames: Iterable[String], rows: Iterable[Iterable[String]]) extends Product with Serializable
  3. trait Traversal extends Annotation
    Annotations
    @Retention() @Target()
  4. class TraversalHelp extends AnyRef

    traversalExtBasePackage: The base package that we scan for @TraversalExt annotations.

    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).

  5. trait TraversalSource extends Annotation
    Annotations
    @Retention() @Target()

Value Members

  1. object Doc extends Serializable

Ungrouped