11.14. @Traitable Example

This illustrates the use of the @traitable annotation:
declare Customer
    @Traitable
    code    : String
    balance : long
end