org.neo4j.kernel.configuration
Annotation Type Migrator


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Migrator

Used in settings classes to denote that a field contains an ConfigurationMigrator. This gets picked up by the configuration, and config migrations are applied whenever configuration is modified.



Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.