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