Annotation Type ThingworxExtensionApiAnnotation
-
@Target(ANNOTATION_TYPE) @Retention(CLASS) @Documented public @interface ThingworxExtensionApiAnnotation
TheThingworxExtensionApiMethod
annotation is used to indicate that the current annotation is part of the Thingworx Extension Development API.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int[]
since
Required parameter: Indicates which version of the Thingworx Platform began supporting the API.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int[]
deprecatedSince
Optional parameter: When specified, indicates that the annotation has been deprecated for extension developers and should no longer be used for new extension development.
-