Package net.subnoize.qcat
Class QcatConfiguration
java.lang.Object
net.subnoize.qcat.QcatConfiguration
@Configuration
@ComponentScan(basePackages="net.subnoize.qcat")
public class QcatConfiguration
extends Object
The configuration class for Qcat is the processor for the annotations which
brings the elements together into a runnable state. The user will see this as
Spring magic.
- Author:
- John Bryant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()The process by which the various annotated elements are brought together into a runnable state.
-
Constructor Details
-
QcatConfiguration
public QcatConfiguration()
-
-
Method Details
-
init
The process by which the various annotated elements are brought together into a runnable state.- Throws:
ClassNotFoundException
-