Gets the patterns defining the classes to parse and cache for annotations.
string[]
since Symfony 7.1, to be removed in 8.0
public function getAnnotatedClassesToCompile() : array { trigger_deprecation('symfony/http-kernel', '7.1', 'The "%s()" method is deprecated since Symfony 7.1 and will be removed in 8.0.', __METHOD__); return []; }