Package com.yworks.yguard.obf
Class ObfuscationConfig
- java.lang.Object
-
- com.yworks.yguard.obf.ObfuscationConfig
-
public class ObfuscationConfig extends java.lang.ObjectEncapsulation of annotation configuration data
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringannotationClassNameThe constant annotationClassName.booleanapplyToMembersThe Apply to members.static ObfuscationConfigDEFAULTThe constant DEFAULT.booleanexcludeThe Exclude.
-
Constructor Summary
Constructors Constructor Description ObfuscationConfig(boolean exclude, boolean applyToMembers)Instantiates a new Obfuscation config.
-
-
-
Field Detail
-
annotationClassName
public static java.lang.String annotationClassName
The constant annotationClassName.
-
applyToMembers
public final boolean applyToMembers
The Apply to members.
-
exclude
public final boolean exclude
The Exclude.
-
DEFAULT
public static final ObfuscationConfig DEFAULT
The constant DEFAULT.
-
-