public static @interface ProtoReserved.Range
| Modifier and Type | Fields and Description |
|---|---|
static int |
MAX_ENUM
Maximum allowed value for enums.
|
static int |
MAX_FIELD
Maximum allowed value for field numbers.
|
| Modifier and Type | Required Element and Description |
|---|---|
int |
from
The start of the range (inclusive).
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
to
The end of the range (inclusive).
|
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.