Annotation Interface SetUpFeatures
A static method configuring server features.
Supported signatures:
static List<? extends ServerFeature> features()
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Discover services using a service loader.
-
Element Details
-
value
boolean valueDiscover services using a service loader.- Returns:
- whether to discover services using service loader
- Default:
true
-