Skip to content

Fluid Entity Scanner Workings

Daan van Yperen edited this page Sep 17, 2016 · 2 revisions

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
Clone this wiki locally