All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.beans.xml Maven / Gradle / Ivy

There is a newer version: 0.25.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--
  Copyright (c) 2014 Red Hat, Inc..
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the GNU Public License v3.0
  which accompanies this distribution, and is available at
  http://www.gnu.org/licenses/gpl.html
  
  Contributors:
      Red Hat, Inc. - initial API and implementation
-->
<beans xmlns="http://java.sun.com/xml/ns/javaee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="
      http://java.sun.com/xml/ns/javaee 
      http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
      
  <alternatives>
    <stereotype>org.commonjava.aprox.inject.Production</stereotype>
    
    <class>org.commonjava.aprox.flat.data.DataFileStoreDataManager</class>
  </alternatives>
  
  <decorators>
    <class>org.commonjava.aprox.autoprox.data.AutoProxDataManagerDecorator</class>
  </decorators>
      
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy