@Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented @Inherited public @interface TransportCompatibility
Not all operations are compatible with all transports.
Modifier and Type | Required Element and Description |
---|---|
TransportCompatibility.Transport[] |
value |
public abstract TransportCompatibility.Transport[] value
Copyright © 2023 Google LLC. All rights reserved.