com.atlassian.xwork
Annotation Type PermittedMethods


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface PermittedMethods

Method level annotation for XWork actions to mark which HTTP Methods are permitted to be performed against which action invocations.


Required Element Summary
 HttpMethod[] value
           
 

Element Detail

value

public abstract HttpMethod[] value


Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.