@Repeatable(value=BackendRequirements.class) @Retention(value=RUNTIME) public @interface BackendRequirement
| Modifier and Type | Required Element and Description |
|---|---|
BackendType |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description |
String |
maxExclusive |
String |
minInclusive |
public abstract BackendType type
public abstract String minInclusive
public abstract String maxExclusive
public abstract String description
Copyright © 2017–2023. All rights reserved.