Packages

package help

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Doc extends Annotation
    Annotations
    @Retention()
  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

    domainBasePackage: The base package that we scan for @Traversal annotations.

    domainBasePackage: The base package that we scan for @Traversal annotations. You can register additional packages via registerAdditionalSearchPackage.

    Note that this restricts us to only find @Doc annotations in classes in that namespace and it's children. If you specify the root package or leave this empty, the scan takes considerable amount of time (depending on your classpath).

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

Value Members

  1. object DocFinder

Ungrouped