Annotation Interface SetUpFeatures


@Retention(RUNTIME) @Target(METHOD) public @interface SetUpFeatures
A static method configuring server features.

Supported signatures: static List<? extends ServerFeature> features()

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Discover services using a service loader.
  • Element Details

    • value

      boolean value
      Discover services using a service loader.
      Returns:
      whether to discover services using service loader
      Default:
      true