/**
  * @return bool
  */
 public function isDeprecated()
 {
     return $this->declaringClass->isDeprecated();
 }