Skip to main content
Version: Latest(3.11)

[[Annotatable]] 可使用注解

可使用注解

1. 结构声明

abstract class Annotatable extends BaseNode {
applyAnnotations?: Array<ApplyAnnotation>;
}