Skip to content

Commit

Permalink
Modularise de.sandec.jmemorybuddy module
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Jul 11, 2024
1 parent 4a33fa5 commit 59de4ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* Module descriptor for the JMemoryBuddy module.
*/
module de.sandec.jmemorybuddy {
requires java.management;
requires jdk.management;

exports de.sandec.jmemorybuddy;
}

0 comments on commit 59de4ad

Please sign in to comment.