Fluid Entity Scanner Workings - junkdog/artemis-odb GitHub Wiki

What will the fluid interface expose?

  1. All subclasses of com.artemis.Component found by the plugin on the compile time path. This includes third party jars! See @Fluid annotation how to explicitly exclude.
  2. All public fields
  3. All public setters
  4. All public getters
  5. All public methods