Transfer @Nullable annotation from @Prop to generated Component
See original GitHub issueWhen marking a @Prop
as @Nullable
, the generated component should have the field and the parameter in the builder method also generated with @Nullable
. This helps static analysis.
Point of contact: @passy
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
java - How to use @Nullable and @Nonnull annotations more ...
1. Propagating the @Nonnull to have indirectPathToA(@Nonnull Integer y) is IMHO a bad practice: you will need to mainain the propagation on the...
Read more >Techniques and tools to update your C# project - Part 4
If a null reference is passed in, you may need to annotate the property with ? In the IDE, use Find Usages on...
Read more >@Nullable and @NotNull | IntelliJ IDEA Documentation
@Nullable and @NotNull annotations let you check nullability of a variable, parameter, or return value. They help you control contracts ...
Read more >Annotations in AIDL | Android Open Source Project
AIDL supports annotations that give the AIDL compiler extra info about the annotated element, which also affects the generated stub code.
Read more >FileNet P8 - Working with Annotation Objects - IBM
An Annotation object is created and its properties are set, including the AnnotatedContentElement property. This optional property associates the annotation ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Landed! Thanks for the super quick fix, @pavlospt!
I can take it if it is still free 😃