mga44
Results
2
comments of
mga44
PipelineOptions getters can produce null even if not annotated Nullable when no Default is specified
.take-issue
PipelineOptions getters can produce null even if not annotated Nullable when no Default is specified
There seems to be no simple way to ensure that getters without the `@Default` annotation wouldn't produce `null`. From my understanding, the best way to approach this issue would be...