We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decorators cannot be used on functions, but it is possible to invoke a static method or bound instance method without specifying a this instance.
this
Injector.invoke
Injector.invokeStatic
DandiGenerator
@Inject
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Decorators cannot be used on functions, but it is possible to invoke a static method or bound instance method without specifying a
this
instance.Injector.invoke
, or additionalInjector.invokeStatic
methodDandiGenerator
to check for decorators on factory providers so that static or bound methods can be used as factory functions@Inject
(allow configuring globally?)The text was updated successfully, but these errors were encountered: