To embed this script in your site, just drop the content below where you want to embed it.
class Person { transient name = "Hamlet"; @Synchronized public getName() { name } synchronized setName(String name) { this.name = name } }