Annotation Interface ApplicationDataType


@Inherited @Documented @Retention(RUNTIME) @Target({METHOD,TYPE,PARAMETER}) @Type(namespace="http://www.appian.com/ae/types/2009", name="Application") public @interface ApplicationDataType
Convenience annotation to indicate a value represents an Appian Object. For instance, in a Smart Service the annotation can be used to indicate that an input or output is of this type.
See Also: