Description
Scanning all the classpath blows up the AnnotationDB to a size of a few MB.
Since we don't need this information anymore after we finished the deployment, we can easily release those resources.
I'll introduce a ScannerService#release() for this purpose.