public function save( IdStack $idPath, $value ) {
		$idPath->pushAnnotationAttribute( $this->getAttribute() );
		$this->wrappedEditor->save( $idPath, $value );
		$idPath->popAnnotationAttribute();
	}