Annotation Type SBA
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface SBAIndicate that annotated method is used as D2000 SBA.Annotated method is required to have exactly one parameter of
byte[]type. Return type is required to bebyte[]in case of synchronous SBA orvoidin case of asynchronous SBA respectively.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameIndicate formal name of SBA.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanasynchronousIndicate that SBA is either synchronous or asynchronous.
-