@Documented
@Inherited
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NotificationInfo
Modifier and Type | Optional Element and Description |
---|---|
Description |
description |
java.lang.String[] |
descriptorFields |
java.lang.Class<? extends javax.management.Notification> |
notificationClass |
java.lang.String[] |
types |
public abstract Description description