1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Added Id keyword for all java files

This commit is contained in:
Luke Taylor
2007-10-27 00:45:30 +00:00
parent d3b165749f
commit 43fc8e2660
22 changed files with 22 additions and 22 deletions
@@ -19,7 +19,7 @@ package org.springframework.security.annotation;
* DOCUMENT ME!
*
* @author $author$
* @version $Revision$
* @version $Revision: 2145 $
*/
@Secured({"ROLE_USER"})
public interface BusinessService {