public interface CustomBugTrackerModificationService
| Modifier and Type | Method and Description |
|---|---|
void |
changeName(long bugtrackerId,
String newName) |
@PreAuthorize(value="hasRole(\'ROLE_ADMIN\')")
void changeName(long bugtrackerId,
String newName)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.