All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.windup.graph.dao.WebConfigurationDao Maven / Gradle / Ivy

The newest version!
package org.jboss.windup.graph.dao;

import org.jboss.windup.graph.model.meta.xml.WebConfigurationFacet;

public class WebConfigurationDao extends BaseDao {

	public WebConfigurationDao() {
		super(WebConfigurationFacet.class);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy