index
:
toolchain_jack.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core-stubs-mini
/
src
/
java
/
security
/
PrivilegedAction.java
blob: 1c47b499f505eb9ced795a5e76f4f02bb793344d (
plain
)
1
2
3
4
5
package
java
.
security
;
public interface
PrivilegedAction
<
T
>
{
public abstract
T
run
();
}