Uses of Annotation Interface
com.aquima.web.boot.annotation.DefaultContext
Packages that use DefaultContext
-
Uses of DefaultContext in com.aquima.web.boot.annotation
Classes in com.aquima.web.boot.annotation with annotations of type DefaultContextModifier and TypeClassDescription@interface
This annotation is used to define beans in the application context of the default servlet (mapped to /), and also scan for components annotated with@DefaultContext
which will also be created in the application context of the default servlet.