| Interface | Description |
|---|---|
| LoadableConfig |
Every class which contains settings should implement this interface to allow the configuration to find the
settings via service loading.
|
| Class | Description |
|---|---|
| ConfigOptions |
Describes one or several configuration options.
|
| ConfigValue |
A configuration option with its active value.
|
| ExternalSettings |
This class holds settings which are used external to the java code.
|
| Annotation Type | Description |
|---|---|
| Description |
Used to add description of settings.
|
| DocumentedDefaultValue |
Used to override the default value which is printed in the documentation.
|
| Internal |
Used to define a configuration setting as internal.
|
| ReplacedBy |
Used to indicate what setting have/will replace a deprecated setting.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.