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

com.andrewmccall.faker.module.faker Maven / Gradle / Ivy

The newest version!
package com.andrewmccall.faker.module;

/**
 * Marker annotation so we can tag methods in modules as faker methods.
 */
public @interface faker {
    //String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy