On 4/10/12 11:15 , Quecas wrote:
Hello everyone,

One of the big paradigms of OSGI is to define a public API/SPI as an
interface while keeping the implementation(s) private. Having said that and
if the various implementations of a specific service each define meta-data
using annotations, how would one get to this information without shifting
from the paradigm or "bending" the rules.

Are you talking about service properties, for example? For those types of things you need to limit yourself to only using standard properties. If you need stuff that is in non-standard properties, then you are going to be bound to implementations.

-> richard


Thanks,
Jorge

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to