com.jdon.container.annotation
类 ContainerLoaderAnnotation

java.lang.Object
  继承者 com.jdon.container.annotation.ContainerLoaderAnnotation

public class ContainerLoaderAnnotation
extends Object

load all Annotation components add all annotated components into AnnotationHolder then ContainerBuilder load all components from AnnotationHolder and register into picocontainer.

作者:
banq

字段摘要
static String module
           
 
构造方法摘要
ContainerLoaderAnnotation()
           
 
方法摘要
 ConfigInfo getConfigInfo()
           
 AnnotationHolder loadAnnotationHolder(AppContextWrapper context, ContainerWrapper containerWrapper)
           
 void setConfigInfo(ConfigInfo configInfo)
           
 void startScan(AppContextWrapper context)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

ContainerLoaderAnnotation

public ContainerLoaderAnnotation()
方法详细信息

startScan

public void startScan(AppContextWrapper context)

loadAnnotationHolder

public AnnotationHolder loadAnnotationHolder(AppContextWrapper context,
                                             ContainerWrapper containerWrapper)

getConfigInfo

public ConfigInfo getConfigInfo()

setConfigInfo

public void setConfigInfo(ConfigInfo configInfo)


Copyright © 2013. All Rights Reserved.