Package com.opencloud.slee.annotation
Annotation Type SBBPartClasses
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface SBBPartClasses
The classes that comprise an SBB Part
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description SBBPartActivityContextInterface
activityContextInterface
OcSBBPartCmpInterfaces
cmpInterfaces
String
description
SBBPartClass
sbbPartClass
OcUsageParametersInterfaces
usageParametersInterfaces
-
-
-
Element Detail
-
description
String description
- Default:
- ""
-
-
-
sbbPartClass
SBBPartClass sbbPartClass
- Default:
- @com.opencloud.slee.annotation.SBBPartClass
-
-
-
activityContextInterface
SBBPartActivityContextInterface activityContextInterface
- Default:
- @com.opencloud.slee.annotation.SBBPartActivityContextInterface
-
-
-
cmpInterfaces
OcSBBPartCmpInterfaces cmpInterfaces
- Default:
- @com.opencloud.slee.annotation.OcSBBPartCmpInterfaces
-
-
-
usageParametersInterfaces
OcUsageParametersInterfaces usageParametersInterfaces
- Default:
- @com.opencloud.slee.annotation.OcUsageParametersInterfaces
-
-