java/avro/src/module-info.java (4 lines of code) (raw):

// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. module com.microsoft.azure.schemaregistry.kafka.avro { requires transitive com.azure.data.schemaregistry; exports com.microsoft.azure.schemaregistry.kafka.avro; }