Annotation Type Fluent


  • @Retention(SOURCE)
    @Target(TYPE)
    public @interface Fluent
    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.