Interface ExtDirectSpring


public interface ExtDirectSpring
No-op marker interface. Helps to configure extdirectspring in a type-safe way with ComponentScan.basePackageClasses()

   @Configuration
   @ComponentScan(basePackageClasses=ExtDirectSpring.class)
   public class Application { ... }