mathieuancelin / weld-osgi

This project aims to provide an OSGi integration for Weld. This project is no longer updated, see https://github.com/weld/core for updates
https://github.com/weld/core
12 stars 10 forks source link

Add filters on required services #78

Closed mathieuancelin closed 13 years ago

mathieuancelin commented 13 years ago

I want to be able to do something like :

public void start(@Observes @Specification(MyService.class) Valid valid) {
    ...
}
mathieuancelin commented 13 years ago

Done with ServiceAvailable/ServiceUnavailable events