Example #1
0
 /**
  * @return Annotations
  */
 private function buildAnnotations()
 {
     $annotationParser = new AnnotationParser();
     return $annotationParser->getAnnotations($this->getReflector()->getDocComment());
 }