| Class | Description |
|---|---|
| ConfigAspectBase |
Base class for implementing config aspects.
|
| ConfigRuleSet<RuleType extends com.google.protobuf.Message> |
Represents a configuration rule set, allowing to discover a configuration rule for a given
proto element.
|
| Feature |
Feature represents a platform behavior that may not be suitable for all services.
|
| Feature.Builder |
Builder for
Features. |
| Features |
Manages a collection of
Feature objects that together define the feature handling for a
particular service config element. |
| LintRule<E extends Element> |
Base class of lint rules, which log style violations.
|
| RuleBasedConfigAspect<RuleType extends com.google.protobuf.Message,AttributeType> |
Base class for implementing simple, rule-based configuration aspects.
|