// license-header java merge-point /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.howto2.rental; /** * @see org.andromda.howto2.rental.Car */ public class CarDaoImpl extends CarDaoBase { /** * @see org.andromda.howto2.rental.CarDao#allCarsAreRented() */ protected boolean handleAllCarsAreRented() { // TODO implement public boolean handleAllCarsAreRented() return false; } }