I see from the javadocs that "ConfigKey.dependents" specifies the dependents of a configuration, but no indication of what that means. I assume that it is an abstract sort of idea that is intended to indicate that the use of property "B" is dependent upon the presence of property "A". In which case "A" would list "B" as a dependent.
If that is correct, is there a way to locate all the properties that a property is dependent upon? So given "B" can I find "A"? Claude