marciox25
Results
1
issues of
marciox25
I have this annotation that I was using on yGuard to obfuscate my code: ```java @Target(value = {ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.ANNOTATION_TYPE}) public @interface Keep { boolean applyToMembers() default true; }...