Skip to content

Commit

Permalink
add TODO + spotless reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainJuge committed Jan 14, 2025
1 parent 0f20c60 commit bd70195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ default List<String> agentPackagesToHide() {
*
* @return map of module to open as key, list of packages as value.
*/
// TODO: when moving this method outside of experimental API, we need to decide using JavaModule
// instance or a class FQN in the map entry, as it could lead to some limitations
default Map<JavaModule, List<String>> jpmsModulesToOpen() {
return Collections.emptyMap();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ private ModuleOpener() {}
* Opens JPMS module to a class loader unnamed module
*
* @param targetModule target module
* @param openTo class loader to open module for, {@literal null} to use the unnamed module of bootstrap classloader.
* @param openTo class loader to open module for, {@literal null} to use the unnamed module of
* bootstrap classloader.
* @param packagesToOpen packages to open
*/
public static void open(
Expand Down

0 comments on commit bd70195

Please sign in to comment.