@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MultiHandler
Indicates if an handler class (e.g. for extension request/event) handling is a multi-handler. Multi handlers take care of multiple requests instead of one. See extension doc for SFSExtension