@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface CLibrary
Denotes an external library that needs to be linked in. The annotation can be placed on any
element, and the same library can be referenced by multiple annotations.
- Since:
- 1.0