@Value.Immutable public abstract class SillyLazy extends Object
| Constructor and Description |
|---|
SillyLazy() |
| Modifier and Type | Method and Description |
|---|---|
abstract AtomicInteger |
counter() |
int |
val1() |
int |
val2() |
@Value.Parameter public abstract AtomicInteger counter()
@Value.Lazy public int val1()
@Value.Lazy public int val2()
Copyright © 2022 The Immutables.org authors. All rights reserved.