com.devskiller.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
Java fake data generator
package com.devskiller.jfairy;
/**
* @author Jakub Kubrynski
*/
interface FairyFactory {
Fairy createFairy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy