if setter is not None and not isinstance(setter, classmethod):
            setter = classmethod(setter)