@Target(value=ANNOTATION_TYPE)
@Retention(value=CLASS)
@Documented
public @interface ThingworxExtensionApiAnnotation
ThingworxExtensionApiMethod
annotation is used to indicate that the current annotation is part of the Thingworx Extension
Development API.Modifier and Type | Required Element and Description |
---|---|
int[] |
since
Required parameter: Indicates which version of the Thingworx Platform began supporting the API. |
Modifier and Type | Optional Element and 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. |
public abstract int[] since
public abstract int[] deprecatedSince