I'm not sure it's a bug or not but I want to share something. The config `enable_annotations` for serialization and validator are documented to be false by default (https://symfony.com/doc/current/reference/configuration/framework.html#reference-serializer-enable-annotations). In reality it's not what really happens in the case you use `symfony/symfony` (see [here](https://github.com/symfony/symfony/blob/de4c45c90c98651124d3879507021c627e5a71ed/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L810) and [here](https://github.com/symfony/symfony/blob/de4c45c90c98651124d3879507021c627e5a71ed/src/Symfony/Bundle/FullStack.php#L15)). I do use `symfony/symfony` and I saw that I had an `annotationLoader` for stuff I didn't want, and the cost is not harmless for performance. I'm not sure if it's a bug in the code itself or in the documentation, so hey!