@override

Tag Kind: Modifier
TSDoc Reference: @override

TypeDoc parses the @override tag for compatibility with TSDoc, but does not attach any meaning to it's use.

export class Visibility {
/** @override */
newBehavior(): void;
}