@Value.Immutable public abstract class AlternativeConstructor extends Object
| Constructor and Description |
|---|
AlternativeConstructor() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<String> |
foo() |
static void |
main(String[] args) |
static AlternativeConstructor |
of(List<String> foo) |
Copyright © 2022 The Immutables.org authors. All rights reserved.