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

system.web.power.ann.SQ Maven / Gradle / Ivy

The newest version!
package system.web.power.ann;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import system.web.power.PDK;

/**
 * 授权类管理
 * @author wangchunzi
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE,ElementType.METHOD})
public @interface SQ {
    public String value() ;//授权码
    public String scope()default PDK.SESSION_DEFAULT_USER_KEY;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy