Interface MarkerBinder

    • Method Detail

      • bind

        void bind​(MarkerBindingContext context)
        Binds a marker to a POJO property.

        Implementations are to call one of the marker(...) methods on the context to set the marker.

        Parameters:
        context - A context object expecting a call to one of its marker(...) methods.