Skip to content

Instantly share code, notes, and snippets.

package strimillinn.xperimental.async;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Mark a method in SMAsyncComponent with this annotation to have it added to keys that get processed simultaneously
*/