Support nodes that release their value after reading them X times.
Add a new ConfigNodeProcessor that decorators a property based on several regex. The decorator counts the number of times the getValue has been called. If it is more than the X configured, it releases the node it decorates.
Support nodes that release their value after reading them X times.
Add a new ConfigNodeProcessor that decorators a property based on several regex. The decorator counts the number of times the
getValue
has been called. If it is more than the X configured, it releases the node it decorates.