File tree 1 file changed +3
-3
lines changed
truffle/src/com.oracle.truffle.api.library/src/com/oracle/truffle/api/library
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2018, 2024 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2018, 2025 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* The Universal Permissive License (UPL), Version 1.0
89
89
* receiver types of third parties or the JDK. For example the Truffle interop library has default
90
90
* exports for most {@link Number} types, {@link String} and {@link Boolean} type.
91
91
* <p>
92
- * In order to enable AOT generation for a a library annotate the class with {@link GenerateAOT} and
92
+ * In order to enable AOT generation for a library annotate the class with {@link GenerateAOT} and
93
93
* enable exports to be used for AOT by setting {@link ExportLibrary#useForAOT()} to
94
94
* <code>true</code>.
95
95
*
326
326
boolean defaultExportLookupEnabled () default false ;
327
327
328
328
/**
329
- * Allows the use of {@link DynamicDispatchLibrary} with this library. By default dynamic
329
+ * Allows the use of {@link DynamicDispatchLibrary} with this library. By default, dynamic
330
330
* dispatch is enabled. If this flag is set to <code>false</code> then the
331
331
* {@link DynamicDispatchLibrary#dispatch(Object) dispatch} method will not be used for this
332
332
* library. Only default exports and exports declared with the receiver type will be used
You can’t perform that action at this time.
0 commit comments