JavaScript is disabled on your browser.
Skip navigation links
Jakarta Annotations API v3.0.0
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Module
jakarta.annotation
Package
jakarta.annotation.security
Annotation Type DenyAll
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
})
public @interface
DenyAll
Specifies that no security roles are allowed to invoke the specified method(s).
See Also:
RolesAllowed
PermitAll