fragmentargs icon indicating copy to clipboard operation
fragmentargs copied to clipboard

@Arg(required = false) vs. @Nullable

Open sockeqwe opened this issue 6 years ago • 3 comments

So how should we deal with optional values in 4.0.

Should we remove @Arg(required = true or false ) in favor of @Nullable and @NonNull annotation from support library?

How to integrate Kotlin null safety ?.

sockeqwe avatar Jul 12 '17 12:07 sockeqwe