Annotation Interface DocumentGeneration


@Retention(RUNTIME) @Target(TYPE) @PaletteInfo(paletteCategory="Appian Smart Services", palette="Document Generation") @Deprecated public @interface DocumentGeneration
Deprecated.
This annotation may be removed from the public API in a future release. Instead use AutomationSmartServicesDocumentGeneration
This annotation can be used on a custom smart service to designate that it should appear in the palette in a pre-existing palette category.

To create a new palette category for your smart service, use the PaletteInfo annotation.

See Also: