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

org.noear.rock.integration.XPluginImp Maven / Gradle / Ivy

There is a newer version: 2.10.2
Show newest version
package org.noear.rock.integration;

import org.noear.solon.core.AopContext;
import org.noear.solon.core.Plugin;

/**
 * @author noear 2021/10/29 created
 */
public class XPluginImp implements Plugin {
    @Override
    public void start(AopContext context) {
        context.beanMake(msg_updatecache.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy