Annotation Interface AquimaRoutingAlgorithm


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaRoutingAlgorithm
Annotation for classes that are Aquima routing algorithm.
Since:
9.1
Author:
A.Pragt
See Also:
  • IRoutingAlgorithm
  • Required Element Summary

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

    • value

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