io.codearte.jfairy.FairyFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfairy Show documentation
Show all versions of jfairy Show documentation
jFairy - Java fake data generator
package io.codearte.jfairy;
/**
* @author Jakub Kubrynski
*/
interface FairyFactory {
Fairy createFairy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy