@Retention(value=RUNTIME) @Target(value={PARAMETER,TYPE}) @Repeatable(value=MapClaim.List.class) @Inherited public @interface MapClaim
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
path |
| Modifier and Type | Optional Element and Description |
|---|---|
MapClaim.Entry[] |
entries |
public abstract String[] path
public abstract MapClaim.Entry[] entries
Copyright © 2021 Entur AS. All rights reserved.