Package io.helidon.microprofile.testing
Annotation Interface AfterStop
Mark a static method to be executed after the container is stopped.
E.g.
@AfterStop static void afterStop() { // ... }
E.g.
@AfterStop static void afterStop() { // ... }