@Value.Immutable(builder=false) @Gson.TypeAdapters public abstract class SillyMapTup extends Object
| Constructor and Description |
|---|
SillyMapTup() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<RetentionPolicy,Integer> |
holder1() |
abstract int |
value() |
@Value.Parameter(order=0) public abstract Map<RetentionPolicy,Integer> holder1()
@Value.Parameter(order=1) public abstract int value()
Copyright © 2017 The Immutables.org authors. All rights reserved.