Annotation Interface SchemaProvider


@Target(METHOD) @Retention(RUNTIME) @Deprecated(since="23.06.000", forRemoval=true) public @interface SchemaProvider
Deprecated, for removal: This API element is subject to removal in a future version.
since 23.06.000, will be removed in the future, use OutputSchemaProvider instead
An annotation to mark a method as a schema provider.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
    Hilfsklasse für die Kompatibilität
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
    Indicates whether the schema provider is silent (not dependend on gui settings)
  • Element Details

    • value

      String value
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The name with which this schema provider can be used
    • silent

      boolean silent
      Deprecated, for removal: This API element is subject to removal in a future version.
      Indicates whether the schema provider is silent (not dependend on gui settings)
      Returns:
      true if the provider is silent, otherwise false
      Default:
      false