Provides namespace support for scanning for Fujion event type annotations. For example,
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ffe="http://www.fujion.org/schema/eventtype"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.fujion.org/schema/eventtype
http://www.fujion.org/schema/extensions/eventtype-extensions.xsd">
<!-- Scan by package -->
<ffe:eventtype-scan package="org.fujion.event" />
<!-- Scan by class -->
<ffe:eventtype-scan class="org.fujion.event.ChangeEvent" />
</beans>