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

15 строки
913 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**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
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:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
metadata: {}
package: "com.azure.core.annotation"
artifact: com.azure:azure-core:1.52.0