Polish Guides

This commit is contained in:
Rob Winch
2013-12-06 11:12:07 -06:00
parent ec524da6cb
commit feeb380b51
18 changed files with 153 additions and 101 deletions

View File

@@ -1,12 +1,10 @@
package org.springframework.security.samples.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.ComponentScan.Filter;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.FilterType;
@Configuration
@ComponentScan(value = "org.springframework.security.samples.config", excludeFilters = @Filter(type = FilterType.ASSIGNABLE_TYPE, value = RootConfiguration.class))
@ComponentScan
public class RootConfiguration {
}