BundleContextAware | Actions implementing this interface will receive an instance of the BundleContext, the OsgiInterceptor must be applied to the action. | code | html |
ServiceAware | Classes implementing this interface, will be injected a list of services registered with the type of the parameterized type | code | html |
OsgiInterceptor | If a class implements BundleContextAware, this interceptor will call the setBundleContext(BundleContext) method on it. | code | html |