mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 06:20:49 +00:00
Allow matching on types from java.lang.*
This commit is contained in:
@@ -48,6 +48,7 @@ public class TypeResolver {
|
||||
Set<String> imports = new HashSet<String>();
|
||||
if (packageString != null) imports.add(packageString + ".*");
|
||||
imports.addAll(importStrings == null ? Collections.<String>emptySet() : importStrings);
|
||||
imports.add("java.lang.*");
|
||||
return imports;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user