ballerina/builtin package

Annotations

Name Attachement Points Data Type Description
Description docData
Field object, type, annotation docData
Param function, resource docData
Return function docData
final type -

Representation of final annotation.

readonly type -

Representation of readonly annotation.

sensitive parameter, type -

Denote that the parameter is security sensitive hence tainted data should not be accepted.

tainted parameter, type -

Denote that the return value is tainted.

untainted parameter, type -

Denote that the return value is untainted.

Records Summary

Record Description
Anonymous Record0
Anonymous Record1
error

public type Anonymous Record0

Field Name Data Type Default Value Description
attributePrefix string @
arrayEntryTag string item

public type Anonymous Record1

Field Name Data Type Default Value Description
attributePrefix string @
preserveNamespaces boolean true

public type error

Field Name Data Type Default Value Description
message string
cause error?