- Moved ReflectUtils to reflections package

This commit is contained in:
Finn
2025-09-29 15:29:51 +02:00
parent 8e8f4c4149
commit a338a4b9af
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,12 @@
package dev.unlegitdqrk.unlegitlibrary.file;
/*
* Copyright (C) 2025 UnlegitDqrk - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
* See LICENSE-File if exists
*/
package dev.unlegitdqrk.unlegitlibrary.reflections;
import dev.unlegitdqrk.unlegitlibrary.utils.DefaultMethodsOverrider;