You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Salve
fyi,
just added an @InitOnce annotation into contract module. fields
annotated with this can only have their value set once. this is useful
when you must have a public setter but only want the user to be able
to set the value if its not already set.