How to create Spring xd module without any xml file and annotations, just pure java? What is xd data flow to write a module for it?
You can't use "pure" java - XD modules are Spring Integration applications and need the infrastructure it provides.