spring iot – tutorial part 1 – 1 December 28, 2017 user Comments Off on spring iot – tutorial part 1 – 1 public class Reservation { private RentedCar car; public Reservation() { this.car = new RentedCar(); } }