Interface AdminAPI

All Known Implementing Classes:
AdminImpl

@PreAuthorize("hasRole(\'ADMIN\')")
public interface AdminAPI
Administration interface.
Author:
Donal Fellows