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

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

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

import org.jboss.windup.graph.model.meta.javaclass.SpringBeanFacet;

public class SpringBeanDao extends BaseDao {

	public SpringBeanDao() {
		super(SpringBeanFacet.class);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy