Questo contenuto non è disponibile nella lingua selezionata.
11.14. @Traitable Example
This illustrates the use of the @traitable annotation:
declare Customer
@Traitable
code : String
balance : long
end
declare Customer
@Traitable
code : String
balance : long
end