All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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