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

org.sam.server.annotation.component.Bean Maven / Gradle / Ivy

package org.sam.server.annotation.component;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 컴포넌트 클래스 안의 메서드에 선언하여 해당 메서드의 반환 값을 빈으로 만듭니다.
 *
 * @author hypernova1
 * */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface Bean {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy