@Documented @Retention(value=RUNTIME) @Target(value={}) public @interface SecurityPermission
Modifier and Type | Optional Element and Description |
---|---|
String[] |
description
Specifies an optional description to mention any specific reason that a
resource requires a given security permission.
|
String |
permissionSpec
Specifies a security permission based on the Security policy file syntax.
|
public abstract String[] description
public abstract String permissionSpec
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.