Suppressed warning

This commit is contained in:
Luca Frosini 2020-10-08 12:31:13 +02:00
parent 4668de80a7
commit d734c26f27
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ public class ReflectionUtility {
* @throws ClassNotFoundException * @throws ClassNotFoundException
* if something went wrong * if something went wrong
*/ */
@SuppressWarnings("restriction")
public static List<Class<?>> getClassesForPackage(String pckgname) public static List<Class<?>> getClassesForPackage(String pckgname)
throws ClassNotFoundException { throws ClassNotFoundException {