Collections of Spring configuration classes (Classes annotated with @Configuration)
that configure various useful pieces of functionality - such as property file loading,
datasources, scheduling etc
To implement a plugin for Microserver, implement this interface in your library and add the fully resolved class name to
META-INF/services/com.aol.micro.server.Plugin
in your library
Define the packages that hibernate should scan for Hibernate entities
Should be used in conjunction Microserver Spring Configuration classes @See Classes#HIBERNATE_CLASSES