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