mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
added missing ExternallyManagedLifecycle annotation for documentation generation
This commit is contained in:
@@ -44,12 +44,14 @@ import sonia.scm.security.SecuritySystem;
|
|||||||
|
|
||||||
import javax.ws.rs.Path;
|
import javax.ws.rs.Path;
|
||||||
import javax.ws.rs.PathParam;
|
import javax.ws.rs.PathParam;
|
||||||
|
import org.codehaus.enunciate.modules.jersey.ExternallyManagedLifecycle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Sebastian Sdorra
|
* @author Sebastian Sdorra
|
||||||
*/
|
*/
|
||||||
@Path("security/permission")
|
@Path("security/permission")
|
||||||
|
@ExternallyManagedLifecycle
|
||||||
public class SecuritySystemResource
|
public class SecuritySystemResource
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user