com.github.datalking.beans.factory.config.AnnotatedBeanDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-ioc Show documentation
Show all versions of play-ioc Show documentation
simple ioc container with aop support.
The newest version!
package com.github.datalking.beans.factory.config;
import com.github.datalking.annotation.meta.AnnotationMetadata;
/**
* 代表来源于注解的BeanDefiniiton 接口
*
* @author yaoo on 4/9/18
*/
public interface AnnotatedBeanDefinition extends BeanDefinition {
AnnotationMetadata getMetadata();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy