| Calling OSGI from the Annotation Processor [message #1610068] |
Tue, 10 February 2015 09:30 |
Eclipse User |
|
|
|
Hi,
I am developing a plugin project with custom annotations. I have created a runtime processor which modifies the instances of the annotated classes and a compile-time one that makes some validation tasks.
One of the validation tasks I have to perform is to check the existance of an object according to the information provided by the annotation. My existance check requires calling an OSGI service which provides the implementation.
Is there any way to call from the compilation time annotation processor (i.e. extends AbstractProcessor) to an OSGI service?
Thanks in advance
|
|
|
Powered by
FUDForum. Page generated in 0.04031 seconds