Annotation Type TestServerConfiguration
@Retention(RUNTIME)
@Target({FIELD,METHOD})
@Documented
@Inherited
public @interface TestServerConfiguration
Annotation that can be used to specify that a
given method or static field is the configuration
to use on embedded container.