azure-docs-sdk-java/docs-ref-autogen/com.azure.core.annotation.F...

15 строки
842 B
YAML
Исходник Обычный вид История

### YamlMime:JavaType
uid: "com.azure.core.annotation.Fluent"
fullName: "com.azure.core.annotation.Fluent"
name: "Fluent"
nameWithType: "Fluent"
summary: "Annotation given to all classes that are expected to provide a fluent API to end users."
syntax: "public interface Fluent implements Annotation"
type: "interface"
desc: "Annotation given to all classes that are expected to provide a fluent API to end users. If a class has this annotation, checks can be made to ensure all API meets this expectation. Similarly, classes that are not annotated with this annotation should not have fluent APIs."
implements:
- "<xref href=\"java.lang.annotation.Annotation?alt=java.lang.annotation.Annotation&text=Annotation\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.azure.core.annotation"
artifact: com.azure:azure-core:1.32.0