Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
iPOJO-1.8.0, ipojo-annotations-1.8.4
-
None
Description
The Bind annotation doesn't accept all the options available in the Require annotation.
In particular, it is not possible to specify @Bind(proxy=false) to request that service object be injected directly.
Workaround: define a dummy field, and use a @Require with the same Id as the @Bind to set the missing options.