The `Map` is annotated `@Nonnull` on the abstract ...
# announcements
p
The
Map
is annotated
@Nonnull
on the abstract class, you’re attempting to override it with a nullable map when it wants a non-nullable type. Try removing the
?