类的使用
cn.taketoday.context.annotation.config.Configurations
使用Configurations的程序包
-
cn.taketoday.context.annotation.config中Configurations的使用
修饰符和类型类说明classConfigurationsrepresenting auto-configuration@Configurationclasses.classConfigurationsrepresenting user-defined@Configurationclasses (i.e.修饰符和类型方法说明protected ConfigurationsConfigurations.merge(Configurations other) Merge configurations from another source of the same type.protected abstract ConfigurationsMerge configurations.修饰符和类型方法说明static Class<?>[]Configurations.getClasses(Configurations... configurations) Return the classes from all the specified configurations in the order that they would be registered.protected ConfigurationsConfigurations.merge(Configurations other) Merge configurations from another source of the same type.类型变量类型为Configurations的cn.taketoday.context.annotation.config中的方法参数修饰符和类型方法说明static Class<?>[]Configurations.getClasses(Collection<Configurations> configurations) Return the classes from all the specified configurations in the order that they would be registered.