![JAR search and dependency download from the Maven repository](/logo.png)
avro.Room.avdl Maven / Gradle / Ivy
@namespace("com.example")
protocol MockProtocol {
import idl "Bed.avdl";
record Room {
union {null, array} beds;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
@namespace("com.example")
protocol MockProtocol {
import idl "Bed.avdl";
record Room {
union {null, array} beds;
}
}