@Target(value={METHOD,ANNOTATION_TYPE})
public @interface PostUnregistration
@PostUnregistration
public void unregistered(ServiceReference> reference) {
// Called after the service un-publication
}
Provides
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.