Groovy Meta Programming Get link Facebook X Pinterest Email Other Apps - March 18, 2018 /* Metaprogramming (MOP)*///Using ExpandoMetaClass to add behaviourString.metaClass.testAdd = { println "we added this"}String x = "test"x?.testAdd() Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment