Summary: The @NonNull annotation, with camel case, can now be used to inform Eradicate that some fields that are not initialized by the constructor can be initialized by other means, e.g. via dependency injection.master
parent
a7da6066e5
commit
c0446276a1
@ -0,0 +1,7 @@
|
||||
prebuilt_jar(
|
||||
name = 'android-support-v4',
|
||||
binary_jar = 'android-support-v4.jar',
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
Binary file not shown.
Loading…
Reference in new issue