package org.whole.examples.lang.imp.model.impl; /** * @generator Whole */ public class ImpStrictImplEntityRegistry extends ImpImplEntityRegistry { protected void createPrototypes() { super.createPrototypes(); } }