io.github.mjyoun.spring.web.MJComponentScanMarker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-web Show documentation
Show all versions of spring-web Show documentation
A project that organizes frequently used utilities in Spring Web Service
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