İngilizce dilinde oku

Aracılığıyla paylaş


Fluent Interface

Implements

public interface Fluent
implements Annotation

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.

Applies to

Azure SDK for Java

Latest