Annotation Type TransportCompatibility (2.19.0)

public interface TransportCompatibility implements Annotation

Annotation which is used to convey which Cloud Storage API a class or method has compatibility with.

Not all operations are compatible with all transports.

Implements

Annotation

Methods

value()

public abstract TransportCompatibility.Transport[] value()
Returns
TypeDescription
Transport[]