Annotation Interface ConfigValue
This annotation marks configuration schema field as a configuration tree node.
@Config
public class FooConfigurationSchema {
@ConfigValue
public SomeOtherConfiguration someOther;
}