com.github.dreamhead.bot.annotation.BotInitializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bot-core Show documentation
Show all versions of bot-core Show documentation
Object bot is a library for setting up Java objects as test data.
The newest version!
package com.github.dreamhead.bot.annotation;
import com.github.dreamhead.bot.ObjectBot;
public interface BotInitializer {
void initializer(ObjectBot bot);
}