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

com.atlassian.jira.security.request.SupportedMethods Maven / Gradle / Ivy

The newest version!
package com.atlassian.jira.security.request;

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

@Retention(value = RetentionPolicy.RUNTIME)
@Target(value = {ElementType.METHOD, ElementType.TYPE})
public @interface SupportedMethods {
    RequestMethod[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy