isshoni-soft / winry

Isshoni Bootstrapper, uses introspection & code generation to streamline bootstrapping & general development
0 stars 0 forks source link

Create @ExceptionHandlers #52

Closed Dragovorn closed 1 year ago

Dragovorn commented 1 year ago

Basically declare a method as an exception handler, similar syntax to listener annotation & also magic method parameter supplying.

Depending how deep we want to go, this might end up being an abomination of bytebuddy + try ... catching. There's also the reality where I just need to push the exception from the method delegator to a manager class.