Searched refs:nullObject (Results 1 – 3 of 3) sorted by relevance
32 static Object nullObject() { in nullObject() method in NullableModule
86 @Nullable Object nullObject(); in nullObject() method
123 assertThat(basicComponent.nullObject()).isNull(); in nullableInjection()