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

com.joe.easysocket.server.backserver.mvc.container.Provider Maven / Gradle / Ivy

The newest version!
package com.joe.easysocket.server.backserver.mvc.container;

import java.lang.annotation.*;

/**
 * 功能提供者
 *
 * @author joe
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
public @interface Provider {
    /**
     * 优先级,取值-10000-10000,只对filter有效,优先处理优先级高的
     *
     * @return 优先级
     */
    int priority() default 10;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy