Skip to main content
Version: Latest(3.11)

ApplyAnnotation 使用注解

使用注解

1. 结构声明

class ApplyAnnotation extends BaseNode {
annotationNamespace: string;
annotationName: string;
arguments: Array<Argument>;
}