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

com.seepine.auth.annotation.Expose Maven / Gradle / Ivy

package com.seepine.auth.annotation;

import java.lang.annotation.*;

/**
 * 直接暴露接口,不鉴权
 *
 * @author seepine
 */
@Documented
@Inherited
@Target({ElementType.METHOD, ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Expose {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy