Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
maven-scr-plugin 1.20.0
-
None
Description
The documentation for org.osgi.service.component.annotations.Reference#unbind states that 'To declare no unbind method, the value "-" must be used.'
However, when annotating a method with Reference(unbind="-"), the scr goal fails with an error message "Missing method unbind for reference".