10 lines
416 B
XML
10 lines
416 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="https://jakarta.ee/xml/ns/cdi"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="https://jakarta.ee/xml/ns/cdi https://jakarta.ee/xml/ns/cdi/cdi_4_0.xsd"
|
|
version="4.0" bean-discovery-mode="all">
|
|
|
|
<interceptors>
|
|
<class>ru.akarpov.web4.interceptors.PerformanceInterceptor</class>
|
|
</interceptors>
|
|
</beans> |