Annotation Interface GraphicProviderService


@Documented @Retention(RUNTIME) @Target(TYPE) @Service(GraphicProvider.class) public @interface GraphicProviderService
Annotation to for GraphicProviders.

The annotated providers are picked up by the FxFactory and an instance is created for each realm. If more than one provider is found for the same realm, the first along the classpath (or module-path) is taken (overriding/replacing the others).

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The realm.
    Default is empty string which refers to the tentackle realm.
  • Element Details

    • value

      String value
      The realm.
      Default is empty string which refers to the tentackle realm.
      Returns:
      the realm
      Default:
      ""