Annotation Interface TestRegistry.AfterShutdown

Enclosing class:
TestRegistry

@Retention(RUNTIME) @Target(METHOD) public static @interface TestRegistry.AfterShutdown
Mark a static method to be executed after the service registry has been shut-down.

This will only be executed after all pre-destroy methods have been called and the registry is no longer available (i.e. you cannot obtain the registry instance that was used during all of your test methods).