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

io.github.kiryu1223.plugin.builder.AotFastCreatorFactory Maven / Gradle / Ivy

package io.github.kiryu1223.plugin.builder;

import io.github.kiryu1223.drink.core.builder.FastCreator;
import io.github.kiryu1223.drink.core.builder.FastCreatorFactory;

public class AotFastCreatorFactory extends FastCreatorFactory
{
    @Override
    public  FastCreator get(Class target)
    {
        return new AotFastCreator<>(target);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy