Skip to content

Commit

Permalink
move it
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC committed Oct 4, 2024
1 parent a2b5865 commit c889626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package band.kessoku.lib.base.reflect;
package band.kessoku.lib.api.base.reflect;

import java.lang.reflect.Member;
import java.lang.reflect.Modifier;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package band.kessoku.lib.base.reflect;
package band.kessoku.lib.api.base.reflect;

import java.lang.reflect.Field;
import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
import java.util.function.Consumer;

import band.kessoku.lib.api.KessokuLib;
import band.kessoku.lib.api.base.reflect.ModifiersUtil;
import band.kessoku.lib.api.base.reflect.ReflectUtil;
import band.kessoku.lib.api.config.annotations.Comment;
import band.kessoku.lib.api.config.annotations.Comments;
import band.kessoku.lib.api.config.annotations.Name;
Expand Down

0 comments on commit c889626

Please sign in to comment.