Skip to content

Instantly share code, notes, and snippets.

@BohdanLevchenko
Created August 16, 2015 13:37
Show Gist options
  • Save BohdanLevchenko/503a528cb72e79a13d35 to your computer and use it in GitHub Desktop.
Save BohdanLevchenko/503a528cb72e79a13d35 to your computer and use it in GitHub Desktop.
CDI 1.1 Deployment descriptor
<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"
version="1.1" bean-discovery-mode="all">
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment