Annotation Interface ServerResource
@Inherited
@Documented
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
@ExtendWith(ServerResourceExtension.class)
public @interface ServerResource
Used to inject a resource as fields, constructor parameters or method parameters into tests.
- Author:
- James R. Perkins