Turn off implicit entity mapping

Can I turn off the implicit entity mapping, i.e. ignore all non-annotated classes during package scanning?

This is currently not possible with Neo4j-OGM but it is on the roadmap.
In the mean time I can only suggest to use a suitable package structure to achieve this.