opi-4/backend/target/web-lab4/WEB-INF/beans.xml
2025-09-04 12:13:07 +03:00

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>