[Coercing.parseLiteral](https://github.com/graphql-java/graphql-java/blob/3139ccbb8a2313704518f39150223bda550d0500/src/main/java/graphql/schema/Coercing.java#L77) is declared to return a `@NonNull` value. However, a coercing may want to return `null` for the NullValue. See for example the [ObjectScalar](https://github.com/graphql-java/graphql-java-extended-scalars/blob/313b22114516b203342b7c7d5b7a0e1879cc2ad4/src/main/java/graphql/scalars/object/ObjectScalar.java#L69) implementation in https://github.com/graphql-java/graphql-java-extended-scalars