Annotation Type EdaptLibrary


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface EdaptLibrary
    Annotation for a class implementing a library.
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String description
      Description of the library.
      String label
      The label of the library.
    • Element Detail

      • label

        String label
        The label of the library.
      • description

        String description
        Description of the library.