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

io.github.mjyoun.spring.web.MJComponentScanMarker Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package io.github.mjyoun.spring.web;

/**
 * component scan에 추가하기 위한 marker class
 * 
 * @author MJ Youn
 * @since 2022. 01. 04.
 */
public class MJComponentScanMarker {

    /**
     * 외부에서 임의 생성을 막기 위한 private constructor
     * 
     * @author MJ Youn
     * @since 2022. 01. 04.
     */
    private MJComponentScanMarker() {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy