/** * 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.2; /** * @see org.andromda.test.2.Car */ public class CarDaoImpl extends org.andromda.test.2.CarDaoBase { /** * @see org.andromda.test.2.CarDao#allCarsAreRented() */ protected boolean handleAllCarsAreRented() { // @todo implement public boolean handleAllCarsAreRented() return false; } }