View Javadoc

1   package com.atlassian.plugins.rest.common.sal.websudo.packageannotationrequired;
2   
3   import com.atlassian.sal.api.websudo.WebSudoNotRequired;
4   
5   public class MethodWebSudoNotRequiredAnnotation
6   {
7       @WebSudoNotRequired
8       public void aMethod() {}
9   }