Annotation Interface AquimaConnection


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaConnection
Annotation for classes that are aquima connections.
Since:
8.0
Author:
Jon van Leuven, Danny Roest
See Also:
  • IConnection
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the connection type.
    Returns the name of the service.
  • Element Details

    • value

      String value
      Returns the name of the service.
      Returns:
      the name of the service.
    • connectionType

      String connectionType
      Returns the name of the connection type. See ConnectionType. Valid values are:
      • soap
      • email
      • resource
      • sql
      Returns:
      the name of the connection type.