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

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

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

import javax.inject.Singleton;

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

@Singleton
public class EJBEntityDao extends BaseDao {
	public EJBEntityDao() {
		super(EjbEntityFacet.class);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy