Annotation Interface ThingworxBaseTemplateDefinition
@Target(TYPE)
@Retention(RUNTIME)
@ThingworxExtensionApiAnnotation(since={6,6})
public @interface ThingworxBaseTemplateDefinition
Specifies the name of the base template that this thing template inherits from. If not specified and the metadata.xml does not specify a base template, then GenericThing will be assumed.
This annotation is only applicable to thing templates.
- See Also:
-
Required Element Summary
-
Element Details
-
name
String name
Required parameter: The name of the base thing template to inherit from.
-