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

META-INF.uoa.spring-components.xml Maven / Gradle / Ivy

Go to download

Overly complicated protocol-agnostic transmission layer for an event-based API implementation

There is a newer version: 3.2
Show newest version
<beans
	xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:context="http://www.springframework.org/schema/context"
	xsi:schemaLocation="
    http://www.springframework.org/schema/beans
    http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
    http://www.springframework.org/schema/context
    http://www.springframework.org/schema/context/spring-context-3.0.xsd
  ">

	<context:annotation-config/>
	<context:component-scan base-package="nz.ac.auckland.syllabus"/>

	<!-- add @Event to the things that need to be automatically scanned for injection stuff -->
	<context:component-scan base-package="nz.ac.auckland" use-default-filters="false">
		<context:include-filter type="annotation" expression="nz.ac.auckland.syllabus.events.Event"/>
		<context:include-filter type="annotation" expression="nz.ac.auckland.syllabus.hooks.BeforeEvent"/>
	</context:component-scan>

</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy