Interface to be implemented and exposed via the Java ServiceLocator mechanism that allows
plugins to provide their own initialization.
The implementations of this interface have to be listed in a file
META-INF/services/org.neo4j.server.plugins.PluginLifecycle
that contains the fully qualified class names of the individual plugin.