Package com.oracle.truffle.api.library
Annotation Interface GenerateLibrary.DefaultExport
- Enclosing class:
GenerateLibrary
@Retention(CLASS)
@Target(TYPE)
@Repeatable(Repeat.class)
public static @interface GenerateLibrary.DefaultExport
Specifies
library
implementations provided by default as a fallback.
May only be used on classes annotated with Library.- Since:
- 19.0
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
Class<?> value- Since:
- 19.0
-