![JAR search and dependency download from the Maven repository](/logo.png)
com.blade.ioc.annotation.Bean Maven / Gradle / Ivy
package com.blade.ioc.annotation;
import java.lang.annotation.*;
/**
* Bean annotations can be injected
*
* @author biezhi
* @since 1.5
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Bean {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy