On 10 Jun 2015, at 14:29, Gyula Fóra <[email protected]> wrote: > Max suggested that I add this feature slightly hidden to the execution > config instance. > > The problem then is that I either make a public field in the config or once > again add a method. > > Any ideas?
I thought about this as well. The only way to add this in a "hidden" way would be have access to the Configuration instance – which the user does not. So I think there is no way w/o adding public access.
