@Value.Immutable
public interface CheckForNullAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
a() |
Set<String> |
b() |
@CheckForNull String a()
@CheckForNull Set<String> b()
Copyright © 2022 The Immutables.org authors. All rights reserved.