@Value.Immutable
@Value.Modifiable
public interface AllowNullsObject
| Modifier and Type | Method and Description |
|---|---|
@AllowNulls List<String> |
getList() |
@AllowNulls Map<String,String> |
getMap() |
@AllowNulls @AllowNulls Map<String,String> getMap()
@AllowNulls @AllowNulls List<String> getList()
Copyright © 2022 The Immutables.org authors. All rights reserved.