Security namespaces

This commit is contained in:
Vishal Puri
2007-05-25 03:22:06 +00:00
parent 10bf40fc03
commit 5f42387915
60 changed files with 4127 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package org.acegisecurity;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}