@Target(value={TYPE,FIELD,METHOD,ANNOTATION_TYPE}) public @interface Obfuscation
Annotation found in
the bytecode obfuscator yGuard.
This attribute is needed to allow yGuard to automatically configure its rules. It is not needed at runtime and can therefore be removed from the assembly.
For more information about this annotation, have a look at the yGuard manual.
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
applyToMembers
Specifies whether the child elements of the annotated element, if not otherwise specified, should be excluded from the obfuscation.
|
boolean |
exclude
Specifies whether the annotated element should be excluded from the obfuscation.
|
boolean |
stripAfterObfuscation |
public abstract boolean applyToMembers
false.