Annotation Type NessieBackendName


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface NessieBackendName
    The name of the persist backend to use in the annotated test class.

    Can be omitted, if there is only one Persist implementation on the classpath.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value