Closed NewKrok closed 7 years ago
It will be great if I could set an Injection to Optional without any params, like this:
@Optional // Instead of @Optional(true) @Inject("someAwesomeClass") public var someAwesomeClass:ISomeAwesomeClass
https://github.com/DoclerLabs/hexAnnotation/commit/39e872f3cb4bb984cc43a2a5f37a72780bf6abf9
It will be great if I could set an Injection to Optional without any params, like this: