| Interface | Description | 
|---|---|
| ConfigDescriptorValidator | 
 Allows to validate the final view-config descriptors before they get deployed. 
 | 
| ConfigNodeConverter | 
 Allows to provide multiple strategies to process the nodes of the built config-tree. 
 | 
| ConfigPreProcessor<T extends java.lang.annotation.Annotation> | 
 Allows to change the found meta-data (e.g. 
 | 
| InlineMetaDataTransformer<I extends java.lang.annotation.Annotation,T extends java.lang.annotation.Annotation> | 
 Allows to transform an annotation annotated with @InlineViewMetaData to an annotation annotated with @ViewMetaData. 
 | 
| TargetViewConfigProvider<T extends java.lang.annotation.Annotation> | 
 It's restricted to reference  
ViewConfig classes to force more solid references. | 
| ViewConfigInheritanceStrategy | 
 Allows to customize the inheritance-strategy for meta-data. 
 | 
| ViewConfigNode | 
 Node-type used for building the meta-data-tree during the bootstrapping process. 
 | 
| Annotation Type | Description | 
|---|---|
| ViewConfigRoot | 
 Allows to customize the default behaviour for processing the meta-data-tree 
 | 
Copyright © 2015 The Apache Software Foundation. All rights reserved.