Annotation Type Callback


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Callback
    This annotation marks a parameter as callback having a callback interface and an URL where the callback is expected. The corresponding operation will get the appropriate data usually declared rather bulky via Callbacks.
    • Element Detail

      • iFace

        Class<?> iFace
        The class referring to the callback interface.
      • callbackUrlExpression

        String callbackUrlExpression
        See Also:
        Callback.callbackUrlExpression()