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

works.hacker.repo.dyadic.DyadicNodeRepositoryImpl Maven / Gradle / Ivy

The newest version!
package works.hacker.repo.dyadic;

import org.springframework.stereotype.Repository;
import works.hacker.model.dyadic.DyadicNode;
import works.hacker.mptt.dyadic.DyadicRepositoryImpl;

@Repository
public class DyadicNodeRepositoryImpl extends DyadicRepositoryImpl implements
    DyadicNodeRepositoryCustom {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy