Annotation Interface Data.Provider

Enclosing class:
Data

@Target({TYPE,PARAMETER,FIELD}) @Retention(CLASS) public static @interface Data.Provider
Provider used to implement the repository.

This is an optional repository annotation.

When used, code generation will be done only by the defined provider type. This is useful when multiple providers are used from a single application.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Type of the Helidon Data Provider that will handle this instance.
  • Element Details

    • value

      String value
      Type of the Helidon Data Provider that will handle this instance.
      Returns:
      provider type