overflowdb.schema
Type members
Classlikes
root node trait for all nodes - use if you want to be explicitly unspecific
root node trait for all nodes - use if you want to be explicitly unspecific
- Companion:
- object
- Companion:
- object
An empty trait without any implementation, e.g. to mark a semantic relationship between certain types
An empty trait without any implementation, e.g. to mark a semantic relationship between certain types
- Companion:
- object
- Value parameters:
- additionalTraversalsPackages:
additional packages that contain your traversals - used for
.help
to find @Doc annotations via reflection- basePackage:
specific for your domain, e.g.
com.example.mydomain
carry extra information on where a schema element is being defined, e.g. when we want to be able to
refer back that node XYZ
was defined in BaseSchema
, e.g. for documentation
carry extra information on where a schema element is being defined, e.g. when we want to be able to
refer back that node XYZ
was defined in BaseSchema
, e.g. for documentation
- Companion:
- object