mongobee is a Java tool which can help you to manage changes in your MongoDB and synchronize them with your application. The concept is very similar to other db migration tools such as Liquibase, Flyway, mongeez but without XML files.
The goal is to keep this tool simple and comfortable to use.
mongobee provides new approach for adding changes (change sets) based on Java classes and methods with appropriate annotations.
Check out wiki page