Please put the javadoc above the class declaration, not the import
statement...
/**
* This class represents a Group of Users in the system that are
associated
* with specific entity or resource. The users belonging to the Group may
have
* various Roles. The Permissions to perform actions upon the resource
depend
* on the Roles in the Group that they are assigned.
*
* <a name="global">
* <p> Certain Roles that the Users may have in the system may are not
related
* to any specific resource nor entity. They are assigned within a special
group
* named 'global' that can be referenced in the code as {@link
#GLOBAL_GROUP}.
* <br>
*
* @author <a href="mailto:[EMAIL PROTECTED]">Rafal Krzewski</a>
* @version $Id: Group.java,v 1.1 2000/09/14 21:17:41 rafal Exp $
*/
import org.apache.turbine.om.BaseObject;
public class Group extends BaseObject
--
http://scarab.tigris.org/ | http://noodle.tigris.org/
http://java.apache.org/ | http://java.apache.org/turbine/
http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
http://www.collab.net/ | http://www.sourcexchange.com/
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]