package com.opcoach.project.impl; import com.opcoach.project.Person; // This class overrides the generated class and will be instantiated by factory public class PersonImpl extends MPersonImpl implements Person { }