From #119 and #108 (comment):
What technique should we use, around the sdk, to notify the user of an eventual empty return value?
Optional getters
- Have an annotation called
@Nullable which notifies the user of an eventual null return value
- Just explicit in the Javadoc that a method can return null