Annotation Type 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
      String value
      Returns the name of the algorithm.
    • Element Detail

      • value

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