Annotation Interface ResourceManager


@Target(TYPE) @Retention(RUNTIME) @ExtendWith(ResourceManagerExtension.class) @ExtendWith(ResourceManagerCleanerExtension.class) public @interface ResourceManager
This annotation is used to manage resources in JUnit tests. It is applied at the class level.

It uses the ResourceManagerExtension and ResourceManagerCleanerExtension to set up and clean up resources before and after each test.