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

com.aol.micro.server.reactive.ReactivePlugin Maven / Gradle / Ivy

There is a newer version: 0.91.11
Show newest version
package com.aol.micro.server.reactive;

import com.aol.cyclops.data.collections.extensions.persistent.PSetX;
import com.aol.micro.server.Plugin;


public class ReactivePlugin implements Plugin{

	@Override
	public PSetX springClasses() {
		return PSetX.of(ResponderConfigurer.class);
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy