/**
  * @param string $name
  * @param string $param
  * @param string $methodName
  * @param mixed  $default
  *
  * @return mixed
  */
 public function getAnnotationParam($name, $param, $methodName = NULL, $default = NULL)
 {
     return Annotations::getAnnotationParam($name, $param, $this, $methodName, $default);
 }