asta.lasta-di.0.6.0-RC1.source-code.embedded_creator.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lasta-di Show documentation
Show all versions of lasta-di Show documentation
DI Container for LastaFlute, super forked from Seasar as Java8
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <include path="convention.xml"/> <include path="customizer.xml"/> <component name="actionCreator" class="org.dbflute.lasta.di.core.creator.ActionCreator"/> <component name="assistCreator" class="org.dbflute.lasta.di.core.creator.AssistCreator"/> <component name="logicCreator" class="org.dbflute.lasta.di.core.creator.LogicCreator"/> <component name="serviceCreator" class="org.dbflute.lasta.di.core.creator.ServiceCreator"/> <component name="helperCreator" class="org.dbflute.lasta.di.core.creator.HelperCreator"/> <component name="interceptorCreator" class="org.dbflute.lasta.di.core.creator.InterceptorCreator"/> </components>