@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Aggregated
This annotation can be used to mark annotations as aggregated meta-data.
Core just provides this annotation, but the concrete behaviour is defined by a concrete ConfigNodeConverter.
E.g. DefaultConfigNodeConverter uses the result stored in ViewConfigNode#getInheritedMetaData to replace
default- (/ null-) values of "higher" levels with custom values of "lower" levels,
if #value is 'true'.