Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Proposals » OSGi Enterprise Tools » Calling OSGI from the Annotation Processor
Calling OSGI from the Annotation Processor [message #1610068] Tue, 10 February 2015 14:30
Nieves Salor is currently offline Nieves SalorFriend
Messages: 19
Registered: September 2013
Junior Member
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
Previous Topic:Osgi - Razberry /dev/ttyAMA0 doesn't exist
Next Topic:OSGi Projects broken in Luna
Goto Forum:
  


Current Time: Thu May 02 17:43:03 GMT 2024

Powered by FUDForum. Page generated in 0.03448 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top