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       @WebSudoNotRequired
7       public void aMethod() {
8       }
9   }