META-INF.beans.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- NOTE: This file is required primarily for resteasy CDI. "Bean classes of enabled beans must be deployed in bean archives. A library jar, EJB jar, application client jar or rar archive is a bean archive if it has a file named beans.xml in the META-INF directory". https://docs.jboss.org/cdi/spec/1.0/html/packagingdeployment.html --> <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd" bean-discovery-mode="all" > </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy