Interface DocAnnotationClass

interface DocAnnotationClass {
    new DocAnnotationClassnew (contents: string[]): Object;
    annotationTag: string;
}

Constructors

Properties

Constructors

Properties

annotationTag: string