| Package | Description | 
|---|---|
| org.springframework.boot.context.annotation | Classes related to Spring's  ApplicationContextannotations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UserConfigurationsConfigurationsrepresenting user-defined@Configurationclasses (i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Configurations | Configurations. merge(Configurations other)Merge configurations from another source of the same type. | 
| protected abstract Configurations | Configurations. merge(Set<Class<?>> mergedClasses)Merge configurations. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<?>[] | Configurations. getClasses(Configurations... configurations)Return the classes from all the specified configurations in the order that they
 would be registered. | 
| protected Configurations | Configurations. merge(Configurations other)Merge configurations from another source of the same type. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<?>[] | Configurations. getClasses(Collection<Configurations> configurations)Return the classes from all the specified configurations in the order that they
 would be registered. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.