In order to make the default configuration more lightweight, annotations could be disabled by default. Enabling annotations is easy: ``` php $containerBuilder = new ContainerBuilder(); $containerBuilder->useAnnotations(true); // ... ```