Annotation Type JettyConfiguration
Annotation that can be used to specify
EmbeddedJettyConfiguration
provider that will be used
to create new EmbeddedJettyConfiguration
and use it for the test suite.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends EmbeddedJettyConfigurationProvider> The configuration provider.
-
Element Details
-
providedBy
Class<? extends EmbeddedJettyConfigurationProvider> providedByThe configuration provider.- Returns:
- The configuration provider class.
-