Annotation Type Unvalidated


  • @Qualifier
    @Retention(CLASS)
    @Target(PARAMETER)
    public @interface Unvalidated
    Qualifier to use to annotate the request to a gRPC producer graph when using BindsInstance. It is almost always a good idea to add this annotation and create a producer method that returns the unqualified request after validation.

    This qualifier is not used by the framework and is only a convenience for user code where this is almost always needed in many places.