The code for reflection has to go: ``` @SuppressWarnings("unchecked") Collection<String> autoCreateChannelCandidatesNames = (Collection<String>) new DirectFieldAccessor(bean).getPropertyValue("channelNames"); ```