Skip to content

Instantly share code, notes, and snippets.

@musketyr
Created July 29, 2021 14:04
Show Gist options
  • Save musketyr/b5f57f2be4405bfa9c4ef61c1170adc0 to your computer and use it in GitHub Desktop.
Save musketyr/b5f57f2be4405bfa9c4ef61c1170adc0 to your computer and use it in GitHub Desktop.
@CompileStatic
class MyService {
@Inject AgorapulseConfiguration configuration
String returnFoo() {
return configuration.foo
}
String returnBar() {
return configuration.bar
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment