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.animalquiz.decisiontree;
06:
07: /**
08: * @see org.andromda.samples.animalquiz.decisiontree.Animal
09: */
10: public class AnimalDaoImpl extends
11: org.andromda.samples.animalquiz.decisiontree.AnimalDaoBase {
12: }
|