Class ObfuscationConfig


  • public class ObfuscationConfig
    extends java.lang.Object
    Encapsulation of annotation configuration data
    • Constructor Summary

      Constructors 
      Constructor Description
      ObfuscationConfig​(boolean exclude, boolean applyToMembers)
      Instantiates a new Obfuscation config.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ObfuscationConfig

        public ObfuscationConfig​(boolean exclude,
                                 boolean applyToMembers)
        Instantiates a new Obfuscation config.
        Parameters:
        exclude - the exclude
        applyToMembers - the apply to members