mirror of
https://github.com/encounter/cglib.git
synced 2026-03-30 11:03:56 -07:00
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
|
|
//cglib
|
|
grant codeBase "file:${user.dir}/-"{
|
|
|
|
permission java.security.AllPermission;
|
|
|
|
|
|
|
|
};
|