技术文章 - CS334941
使用注释在 Java 级别定义的已实现形状未在 ThingWorx Composer 中公开
已修改: 23-Jun-2022
适用于
- ThingWorx Platform 9.0
说明
- 在 Java 级别使用 @ThingworxImplementedShapeDefinition 注释定义的已实现形状未在作曲家中公开
- 例如:
@ThingworxBaseTemplateDefinition(name = "GenericThing")
@ThingworxImplementedShapeDefinitions(shapes = { @ThingworxImplementedShapeDefinition(name = "MyThingShape") })
public class MyThingTemplate extends Thing {
public MyThingTemplate() {
// TODO Auto-generated constructor stub
}
}
这是文章 334941 的 PDF 版本,可能已过期。最新版本 CS334941