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

avro.Bed.avdl Maven / Gradle / Ivy

@namespace("com.example")

protocol MockProtocol {

	enum BedSize {
		TWIN,
		FULL,
		QUEEN,
		KING
	}

	enum BedFirmness {
		HARD,
		SOFT
	}

	record Bed {
		BedSize size;
		BedFirmness firmness = "HARD";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy