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.
An annotation to mark a method as a schema provider.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated, for removal: This API element is subject to removal in a future version.Hilfsklasse für die Kompatibilität -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDeprecated, 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 valueDeprecated, 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 silentDeprecated, 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:
trueif the provider is silent, otherwisefalse
- Default:
false
-
OutputSchemaProviderinstead