@Target(value=TYPE) @Retention(value=RUNTIME) public @interface PermissionInfo
Permission
s to provide additional
information about the permissionModifier and Type | Required Element and Description |
---|---|
String |
value
The name of the permission in a human comprehensible form.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A description about the permission.
|
String |
icon
A relative path to the icon resource that describes pictorgraphically what
the permission does.
|
public abstract String value
public abstract String description
public abstract String icon
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.