Package javax.slee.annotation
Annotation Type ResourceAdaptorUsageParametersInterface
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface ResourceAdaptorUsageParametersInterface
Optional usage parameters interface of a resource adaptor
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
description
String
resourceAdaptorUsageParametersInterfaceName
UsageParameter[]
usageParameters
-
-
-
Element Detail
-
description
String description
- Default:
- ""
-
-
-
resourceAdaptorUsageParametersInterfaceName
String resourceAdaptorUsageParametersInterfaceName
- Default:
- ""
-
-
-
usageParameters
UsageParameter[] usageParameters
- Default:
- {}
-
-