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

com.moon.mapping.processing.ScopedManager Maven / Gradle / Ivy

package com.moon.mapping.processing;

/**
 * 方法级别的作用域管理器
 *
 * @author benshaoye
 */
final class ScopedManager {

    private final ImportManager importManager;

    public ScopedManager(ImportManager importManager) {
        this.importManager = importManager;
    }

    public void onStartScoped() {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy