@Documented @Qualifier @Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Deleted
Qualifier that can be used only on an observer method's
event
parameter that is also annotated with an annotation annotated
with KubernetesEventSelector, thus indicating that the
observer method is interested in being notified of the
deletion of certain Kubernetes resources.KubernetesEventSelectorCopyright © 2018–2018, microBean. All rights reserved.