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