import { Annotated } from "https://deno.land/x/apex_core@v0.1.4/model/mod.ts";
Constructors
new
Annotated(kind: Kind, annotations: AnnotationDef[])Properties
readonly
annotations: Annotation[]Methods
annotation(name: string, callback?: (annotation: Annotation) => void): Annotation | undefined