@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface EventType
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
the event type name
|
String |
vendor
the event type vendor
|
String |
version
the event type version
|
| Modifier and Type | Optional Element and Description |
|---|---|
LibraryRef[] |
libraryRefs |
String |
securityPermissions |
public abstract String name
public abstract String vendor
public abstract String version
public abstract LibraryRef[] libraryRefs
public abstract String securityPermissions
Copyright © 2017. All rights reserved.