lightning-framework / lightning

A simple yet expressive Java web framework.
5 stars 0 forks source link

Add an @Finalizer. #15

Closed mschurr closed 8 years ago

mschurr commented 8 years ago

Annotate a method that will always execute after processing the request to deallocate anything in use by the controller.