Annotation Type Unefficient


  • @Target({METHOD,CONSTRUCTOR})
    @Retention(SOURCE)
    public @interface Unefficient
    When this annotation is present, the function is assumed to be not optimized, according to the current literature knowledge. Implicitly, the optimization of the annotated function is a To-Do task.
    Since:
    13.0
    Version:
    17.0 2020-01-04 14:41:41
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    mathgen
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] sources
      Defines the documentation sources from which information may be found to improve the function.
    • Element Detail

      • sources

        String[] sources
        Defines the documentation sources from which information may be found to improve the function.
        Returns:
        the sources
        Default:
        {}