linguaPhylo icon indicating copy to clipboard operation
linguaPhylo copied to clipboard

Simplify the SPI framework in lphy

Open walterxie opened this issue 10 months ago • 1 comments

  • Use the ServiceLoader to load different types, instead of one loader for every types.
  • In addition, move all declaration into module-info.java, so that eventually remove all classes inheriting the Extension interface.

walterxie avatar Apr 04 '24 23:04 walterxie