01: // license-header java merge-point
02: /**
03: * This is only generated once! It will never be overwritten.
04: * You can (and have to!) safely modify it by hand.
05: */package org.andromda.samples.carrental.inventory;
06:
07: /**
08: * @see org.andromda.samples.carrental.inventory.Car
09: */
10: public class CarDaoImpl extends
11: org.andromda.samples.carrental.inventory.CarDaoBase {
12: }
|