Interface: AnnotationCreateOptions<T>
Less than 1 minute
AspectJS • Docs
Interface: AnnotationCreateOptions<T>
Options given to decoree.annotations AnnotationFactory to create a new annotation.
Type Param
the signature of the annotation to create. It defines the name of the annotation and the set of accepted parameters.
Type Parameters
• T extends AnnotationKind
the type of annotation to create
Properties
kind
kind:
T
The type of annotation to create.
Defined in
packages/common/src/annotation/factory/annotation.factory.ts:41
name
name:
string
The name of the annotation to create.
Defined in
packages/common/src/annotation/factory/annotation.factory.ts:37