Workaround AP throwing exception if there is a compile error in the file
This commit is contained in:
parent
a012b60ae3
commit
d6fc939f41
|
|
@ -166,6 +166,7 @@ public class ClientMixinValidator {
|
|||
|
||||
clzsses = wrappedClzss.stream()
|
||||
.map(AnnotationValue::getValue)
|
||||
.filter(o -> o instanceof TypeMirror)
|
||||
.map(TypeMirror.class::cast)
|
||||
.collect(Collectors.toSet());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user