All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.onetwo.common.spring.utils.ScanResourcesCallback Maven / Gradle / Ivy

package org.onetwo.common.spring.utils;

import org.springframework.core.io.Resource;
import org.springframework.core.type.classreading.MetadataReader;


public interface ScanResourcesCallback {

//	public boolean isCandidate(MetadataReader metadataReader, Resource resource);
	
	public T doWithCandidate(MetadataReader metadataReader, Resource resource, int count);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy