@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface NotificationInfo
Modifier and Type | Optional Element and Description |
---|---|
String |
description |
String[] |
descriptorFields |
Class<? extends javax.management.Notification> |
notificationClass |
String[] |
types |
public abstract String[] types
public abstract String description
public abstract Class<? extends javax.management.Notification> notificationClass
public abstract String[] descriptorFields
Copyright © 2015 The Apache Software Foundation. All rights reserved.