Suppressed warning

This commit is contained in:
Luca Frosini 2023-02-09 16:57:20 +01:00
parent e5ee5b7268
commit 2fb5af7c94
1 changed files with 1 additions and 0 deletions

View File

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