Class EnableSpringDataWebSupport.QuerydslActivator

java.lang.Object
org.springframework.data.web.config.EnableSpringDataWebSupport.QuerydslActivator
All Implemented Interfaces:
ImportSelector
Enclosing class:
EnableSpringDataWebSupport

public static class EnableSpringDataWebSupport.QuerydslActivator extends Object implements ImportSelector
Import selector to register QuerydslWebConfiguration as configuration class if Querydsl is on the classpath.
Since:
1.11
Author:
Oliver Gierke