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