All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.taymindis.paas.annotation.event Maven / Gradle / Ivy

package com.github.taymindis.paas.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Paas Event Object, either EvenTransaction, EventSync, EventFuture
 */
@Target({ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface event {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy