Deprecation: #85004 - Deprecate methods in ReflectionService
See forge#85004
Description
The following methods within 
        \TYPO3\ have been marked
as deprecated:
- get- Class - Tags - Values - () 
- get- Class - Tag - Values - () 
- get- Class - Property - Names - () 
- has- Method - () 
- get- Method - Tags - Values - () 
- get- Method - Parameters - () 
- get- Property - Tags - Values - () 
- get- Property - Tag - Values - () 
- is- Class - Tagged - With - () 
- is- Property - Tagged - With - () 
Impact
Calling any of the deprecated methods above will trigger a PHP 
        E_ error.
Affected Installations
Any TYPO3 installation with a custom extension trying to gather reflection data via 
        \TYPO3\
Migration
Instead of fetching reflection data via 
        \TYPO3\, the needed data should
directly be fetched from a 
        \TYPO3\ instance. An instance can be created by calling
        TYPO3\.