Added suppress warning

This commit is contained in:
Luca Frosini 2020-07-07 17:17:03 +02:00
parent f54f8b821e
commit 6538d01763
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,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 {
final List<Class<?>> classes = new ArrayList<Class<?>>(); final List<Class<?>> classes = new ArrayList<Class<?>>();