Skip to content

Instantly share code, notes, and snippets.

@SebastianHGonzalez
Created January 21, 2019 13:14
Show Gist options
  • Select an option

  • Save SebastianHGonzalez/0a40a62de67f775e6791cd894fa2f64b to your computer and use it in GitHub Desktop.

Select an option

Save SebastianHGonzalez/0a40a62de67f775e6791cd894fa2f64b to your computer and use it in GitHub Desktop.
pointCut's inject correction
inject(definition) {
definition.decoreateTargets(joinPoint => this.decorate(joinPoint));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment