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
-
Element Details
-
value
String[] valueLibrary names, each optionally followed by@
and a version.
-