Annotation Interface AquimaService


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

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

    • value

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