org.jetbrains.annotations.NotNull vs javax.annotations.Nonnull
24 views
Skip to first unread message
Eric Haugh
unread,
May 14, 2013, 7:18:35 PM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to robol...@googlegroups.com
I noticed the Robolectric source code is using org.jetbrains.annotations.NotNull. Any reason for using that over the more standard javax.annotations.Nonnull? I'm try to build Robolectric v2 RC2, and it would be easier if I didn't have to account for that dependency.