/** * Example license header for Java files * * http://www.andromda.org/ */ /** * This is only generated once! It will never be overwritten. * You can (and have to!) safely modify it by hand. */ package org.andromda.test.1.b; /** * @see org.andromda.test.1.b.Car */ public class CarDaoImpl extends org.andromda.test.1.b.CarDaoBase { /** * @see org.andromda.test.1.b.CarDao#allCarsAreRented() */ protected boolean handleAllCarsAreRented() { // @todo implement public boolean handleAllCarsAreRented() return false; } }