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