Skip to content

Instantly share code, notes, and snippets.

@luksrn
Created April 29, 2016 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luksrn/91578d2f7befb5d1430bce46c2d61174 to your computer and use it in GitHub Desktop.
Save luksrn/91578d2f7befb5d1430bce46c2d61174 to your computer and use it in GitHub Desktop.
class ComponenteCustomizado implements WebAttributes {
def meuMetodo() {
println "params: " + params
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment