Skip to main content
Version: 3.8

[[Annotatable]] 可使用注解

可使用注解

1. 结构声明

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