Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/apex_core/ast/definitions.ts>NamespaceDefinition#annotation

JavaScript / Node.js support for the Apex language
Go to Latest
method NamespaceDefinition.prototype.annotation
import { NamespaceDefinition } from "https://deno.land/x/apex_core@v0.1.2/ast/definitions.ts";

Parameters

name: string
optional
callback: (annotation: Annotation) => void

Returns

Annotation | undefined