io.github.rayexpresslibraries.ddd.domain.Specification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ddd Show documentation
Show all versions of ddd Show documentation
a libary that contain comon classes about ddd
The newest version!
package io.github.rayexpresslibraries.ddd.domain;
public interface Specification {
boolean isSatisfiedBy(T t);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy