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.Question
09: */
10: public class QuestionDaoImpl extends
11: org.andromda.samples.animalquiz.decisiontree.QuestionDaoBase {
12: }
|