/**
 * 
 */
package info.oais.interfaces.infomodel;

/**
 * All the elements of a ReInfoAndGroup must be used together to be useful.
 * @author David
 * @version 1.0
 * @since 06-Sep-2021 15:59:45
 */
public interface RepInfoAndGroup extends RepInfoGroup {

}
