@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
-
Element Details
-
value
String valueThe realm.
Default is empty string which refers to the tentackle realm.- Returns:
- the realm
- Default:
- ""
-