Package-level declarations

Types

Link copied to clipboard
data class DocumentTargetProperty(val targets: List<DocumentType>) : ExtraProperty<DFunction>

Extra property that stores the document types a function supports, if specified.

Link copied to clipboard

Given a function annotated with @OnlyForDocumentType or @NotForDocumentType which defines constraints about the document type the function supports, these transformer add a DocumentTargetProperty extra property.