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

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

package io.github.kiryu1223.plugin.builder;


import io.github.kiryu1223.drink.base.toBean.beancreator.AbsBeanCreator;
import io.github.kiryu1223.drink.base.toBean.beancreator.BeanCreatorFactory;

public class AotBeanCreatorFactory extends BeanCreatorFactory
{
    @Override
    protected  AbsBeanCreator create(Class target)
    {
        return new AotFastCreator<>(target);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy