/**
  * Returns if the property is deprecated.
  *
  * @return boolean
  */
 public function isDeprecated()
 {
     return $this->declaringClass->isDeprecated();
 }