blob: a28f716072aa63d73acec4f0f3b0882ee18d54f4 (
plain)
1
2
3
4
5
6
7
8
|
/**
* This is a reduced copy of the nqzero Permit-reflect project.
* https://github.com/nqzero/permit-reflect
*
* Many thanks to nqzero. The permit-reflect project is, like lombok itself, licensed under the MIT license.
* See https://github.com/nqzero/permit-reflect/blob/master/License for license info.
*/
package lombok.permit;
|