Annotation Type Library


  • public @interface Library
    Specifies one or more libraries to load. Example usage:
    
     @Library("stuff@1.3") import com.mycorp.Stuff
     new Stuff().handleEverything()
     
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      Library names, each optionally followed by @ and a version.
    • Element Detail

      • value

        String[] value
        Library names, each optionally followed by @ and a version.