package org.intellij.ibatis.dom.abator.impl; import com.intellij.javaee.model.xml.impl.BaseImpl; import org.intellij.ibatis.dom.abator.GeneratedKey; /** * generatedKey implementation */ public abstract class GeneratedKeyImpl extends BaseImpl implements GeneratedKey { }