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

org.iartisan.runtime.web.annotation.Auth Maven / Gradle / Ivy

The newest version!
package org.iartisan.runtime.web.annotation;

import java.lang.annotation.*;


@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Auth {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy