@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,PACKAGE})
public @interface SleeService
Modifier and Type | Required Element and Description |
---|---|
ComponentId |
id |
RootSBB |
rootSbb |
Modifier and Type | Optional Element and Description |
---|---|
int |
defaultPriority |
java.lang.String |
description |
java.lang.String |
vendorExtensionID |
public abstract ComponentId id
public abstract RootSBB rootSbb