Overrides AttributeClassDiscovery::getDefinitions
public function getDefinitions() { // Clear the annotation loaders of any previous annotation classes. AnnotationRegistry::reset(); $definitions = parent::getDefinitions(); $this->annotationReader = NULL; return $definitions; }