Skip to main content
Module

x/apex_core/ast/definitions.ts>Annotated

JavaScript / Node.js support for the Apex language
Go to Latest
interface Annotated
import { type Annotated } from "https://deno.land/x/apex_core@v0.1.0/ast/definitions.ts";

Methods

annotation(name: string, callback?: (annotation: Annotation) => void): Annotation | undefined