Package javax.slee.annotation
Annotation Type SleeService
-
@Documented @Inherited @Retention(RUNTIME) @Target({TYPE,PACKAGE}) public @interface SleeService
A SLEE Service
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description ComponentId
id
RootSBB
rootSbb
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
defaultPriority
String
description
String
vendorExtensionID
-
-
-
Element Detail
-
id
ComponentId id
-
-
-
rootSbb
RootSBB rootSbb
-
-
-
vendorExtensionID
String vendorExtensionID
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-