Search code examples
eclipseannotationsosgiequinox

How to get DS annotation v1.3.0 in eclipse?


I am developing an OSGI application with Eclipse based on Equinox. Now I would like to use DS annotation v1.3.0 mainly for field's injection which are not available in v1.2.0. But I don't know how to set up my build to get the correct version of "org.osgi.service.component.annotations" (the only available is v1.2.0) ?


Solution

  • Apparently, Declarative Services Specification 1.3 is not usable with Eclipse Equinox on the date of June 21, 2016 (see Dirk Fauth's article).