* bean component-defining annotation
*/
// Represent as VFS so we get a nice unified API
final VirtualFile file = VFS.getChild(candidate);
TempFileProvider provider = null;
/*
* See if we've been configured to skip this file
*/
for (final ExclusionFilter exclusionFilter : exclusionFilters) {