/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.api.idp; import at.gv.egiz.eaaf.core.api.data.PVPAttributeDefinitions; public interface IPVPAttributeBuilder extends PVPAttributeDefinitions, IAttributeBuilder { }