Error handler for unknown property mutator in Annotation class.
string $name Unkown property name:
mixed $value Property value:
\BadMethodCallException
public function __set($name, $value) {
throw new \BadMethodCallException(sprintf("Unknown property '%s' on annotation '%s'.", $name, get_class($this)));
}