override¶ class maze.core.annotations.override(cls: Type)¶ Annotation for documenting method overrides. Parameters: cls – The superclass that provides the overridden method. If this cls does not actually have the method, an error is raised.