airframe icon indicating copy to clipboard operation
airframe copied to clipboard

Command-line launcher without using reflection

Open xerial opened this issue 1 year ago • 0 comments

If command-line launcher can be used without reflection, building Scala Native application will be easier.

  • [ ] Surface should collect method annotations as Map[String, Any] valus
  • [ ] Use Scala annotation instead of JDK annotation for reading them in Scala macros

Similar approach https://github.com/com-lihaoyi/mainargs

xerial avatar Oct 28 '24 05:10 xerial