Add new comment

Some framework may be not compatible with encryption

When encrypted, it is not allowed to get content of ".class" file by getResource. But some framework will try to load .class and do more by themselves, such as spring. 

So, we could choose to partially encrypt our program, and let those class which need to be loaded, not encrypted.