To specifically answer your question I would sugge...
# chucker
g
To specifically answer your question I would suggest we: a)
@Deprecate
RetentionManager with a note that this class will be removed by public API soon. b) Create the
RetentionPeriod
sealed class hieararchy c) Create a new constructor for
ChuckerCollector
and annotate the former as deprecated. I don't see the need to copy the whole class inside the
internal
package, but maybe I missed something?
👍 1