Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
ipojo-runtime-1.8.6
-
None
Description
The @StaticServiceProperty annotation is made to be used like this:
@Component
@Provides(properties =
)
@Instantiate(name="instanceWithProperties")
public class MyComponent
It cannot be used on classes directory (as it's attached to a provided service). To avoid this mistake, we should set the `target` of the annotation to {}.