@Value.Immutable
public static interface GetterEncloser.Getters
| Modifier and Type | Method and Description |
|---|---|
int |
ab() |
String |
cd() |
boolean |
ef() |
int ab()
@POST @Path(value="/cd") String cd()
@Path(value="/ef") @Value.Auxiliary boolean ef()
Copyright © 2022 The Immutables.org authors. All rights reserved.