Annotation Type ScalaOperator


  • @Retention(SOURCE)
    @Target(METHOD)
    public @interface ScalaOperator
    Annotation for marking functions that are implementations of Scala operators.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:35
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    vmutils
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Replies the description or the name of the operator.
    • Element Detail

      • value

        @Pure
        String value
        Replies the description or the name of the operator.
        Returns:
        the name or the description of the operator.
        Default:
        ""