package org.jvnet.jaxb2_commons.xml.bind.model.concrete.origin; import org.jvnet.jaxb2_commons.xml.bind.model.MSourced; import com.sun.xml.bind.v2.model.core.ElementInfo; public interface ElementInfoOrigin<T, C, EI extends ElementInfo<T, C>> extends MSourced<EI> { }