Since this module has other dependencies it is mandatory to install it with Composer. Follow the instructions from the Using Composer to manage Drupal site dependencies page to install the module.
After this is setup correctly you can download this package with:
composer require drupal/controller_annotationsYou can then enable the module from the admin panel or use Drush to do it:
drush en controller_annotations -y