* Any {@link ComponentFactory}s that act as selectors of other factories should be registered here; they will be
* loaded first, to ensure that they are found first.
*/
protected void addComponentFactoriesActingAsSelectors(final List<ComponentFactory> componentFactories) {
componentFactories.add(new EntitySelectorFactory());
componentFactories.add(new CollectionContentsSelectorFactory());
componentFactories.add(new CollectionContentsAsUnresolvedFactory()); // make first
}