Annotation Type Blocking


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Blocking
    Annotation to label a route as "blocking" i.e. it will be run in a context that is allowed to block for long periods of time
    Author:
    odeda *