| Modifier and Type | Fields and Description |
|---|---|
static int |
ANY_VERSION
Constant to represent compatibility with any version.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
includeNewer
If set to true, indicates that the annotated type should be compatible
with versions newer than the specified major version.
|
boolean |
includeOlder
If set to true, indicates that the annotated type should be compatible
with versions older than the specified major version.
|
int |
majorVersion
Specifies the major version number that the annotated type targets.
|
public static final int ANY_VERSION
public abstract int majorVersion
Copyright © 2024. All rights reserved.