Skip to content

Instantly share code, notes, and snippets.

@ktutnik
Last active May 2, 2019 06:25
Show Gist options
  • Select an option

  • Save ktutnik/855c8db06034f91672d9698ffce39b71 to your computer and use it in GitHub Desktop.

Select an option

Save ktutnik/855c8db06034f91672d9698ffce39b71 to your computer and use it in GitHub Desktop.
{
kind: "Class",
name: "MyAwesomeClass",
...
methods: [{
kind: "Method",
name: "myAwesomeMethod",
returnType: Number,
decorators: [{
type: "Cache",
cache: '60s'
}]
...
parameters: [{
kind: "Parameter",
name: "stringPar",
type: String,
...
}]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment