File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
truffle/src/com.oracle.truffle.api.library/src/com/oracle/truffle/api/library Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
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.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * The Universal Permissive License (UPL), Version 1.0
8989 * receiver types of third parties or the JDK. For example the Truffle interop library has default
9090 * exports for most {@link Number} types, {@link String} and {@link Boolean} type.
9191 * <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
9393 * enable exports to be used for AOT by setting {@link ExportLibrary#useForAOT()} to
9494 * <code>true</code>.
9595 *
326326 boolean defaultExportLookupEnabled () default false ;
327327
328328 /**
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
330330 * dispatch is enabled. If this flag is set to <code>false</code> then the
331331 * {@link DynamicDispatchLibrary#dispatch(Object) dispatch} method will not be used for this
332332 * 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