Interface ResourceConfigurerAware
public interface ResourceConfigurerAware
Interface for
AnnotationBuilder which wants to be
aware of Resources configured by DefaultResourceConfigurer.-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureResources(Set<org.springframework.core.io.Resource> resources) ConfigureResources.
-
Method Details
-
configureResources
ConfigureResources.- Parameters:
resources- the resources
-