JavaScript is disabled on your browser.
Jakarta Annotations API v2.0.1.Final
@Documented
@Retention (value =RUNTIME )
@Target (value =TYPE )
public @interface DeclareRoles
Used by application to declare security roles. It can be
specified on a class. The value of the DeclareRoles
annotation is a list of security role names.
Since:
Common Annotations 1.0
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
String []
value
List of security role names.
JBoss Jakarta Annotations API 2.0.1.Final
Copyright © 2019 Eclipse Foundation. All rights reserved. Use is subject to license terms .