Pluggable annotation manager
Simply composes an EventManager. When createAnnotation() is called, it fires off an event of the same name, passing it the resolved annotation class, the annotation content, and the raw annotation string; the first listener to return an object will halt execution of the event, and that object will be returned as the annotation.
attach(\Zend\Code\Annotation\Parser\ParserInterface $parser) : \Zend\Code\Annotation\AnnotationManager
setEventManager(\Zend\EventManager\EventManagerInterface $events) : \Zend\Code\Annotation\AnnotationManager
EVENT_CREATE_ANNOTATION