Skip to main content
Version: 3.10

ApplyAnnotation 使用注解

使用注解

1. 结构声明

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