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

org.enodeframework.annotation.Priority Maven / Gradle / Ivy

package org.enodeframework.annotation;

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

/**
 * @author [email protected]
 * event execute priority
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Priority {
    int value() default 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy