Fluid Entity Scanner Workings - junkdog/artemis-odb GitHub Wiki
What will the fluid interface expose?
- All subclasses of
com.artemis.Componentfound by the plugin on the compile time path. This includes third party jars! See @Fluid annotation how to explicitly exclude. - All public fields
- All public setters
- All public getters
- All public methods