Annotation Interface TriggerSerially


@Documented @Target(TYPE) @Retention(RUNTIME) @Inherited public @interface TriggerSerially
Marker annotation a Processor implementation can use to indicate that the Processor is not safe for concurrent execution of its onTrigger() method. By default, Processors are assumed to be safe for concurrent execution.