Overrides Reader::getMethodAnnotation
public function getMethodAnnotation(ReflectionMethod $method, $annotationName) { return $this->delegate ->getMethodAnnotation($method, $annotationName); }