2020-12-04 14:02:06 +03:00
### YamlMime:JavaType
uid : "com.azure.core.annotation.Fluent"
fullName : "com.azure.core.annotation.Fluent"
name : "Fluent"
nameWithType : "Fluent"
2022-08-11 07:43:16 +03:00
summary : "Annotation given to all classes that are expected to provide a fluent API to end users."
2022-11-01 07:30:49 +03:00
syntax : "public interface **Fluent**</br> implements <a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
2020-12-04 14:02:06 +03:00
type : "interface"
2022-08-11 07:43:16 +03:00
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."
2020-12-04 14:02:06 +03:00
implements :
2022-09-07 07:25:44 +03:00
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html\">Annotation</a>"
2020-12-04 14:02:06 +03:00
metadata : {}
package : "com.azure.core.annotation"
2024-08-03 07:58:45 +03:00
artifact : com.azure:azure-core:1.51.0