File
Doc
Category
Size
Date
Package
DeclareRolesImpl.java
API Doc
JBoss 4.2.1
1503
Fri Jul 13 20:53:44 BST 2007
org.jboss.ejb
DeclareRolesImpl
java.lang.Object
public class DeclareRolesImpl extends Object implements DeclareRoles
// *
author
William DeCoste
version
$Revision: 60233 $
Fields Summary
private String[]
v
Constructors Summary
public DeclareRolesImpl
(
String
[] v)
this.v = v;
Methods Summary
public
java.lang.Class
annotationType
()
return javax.annotation.security.DeclareRoles.class;
public
java.lang.String
[]
value
()
return v;
Java Code Source