All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xapi.gwtc.api.GwtcProperties Maven / Gradle / Ivy

package xapi.gwtc.api;

import com.google.gwt.core.ext.TreeLogger.Type;

public @interface GwtcProperties {

  ObfuscationLevel obfuscationLevel() default ObfuscationLevel.OBFUSCATED;
  
  Type logLevel() default Type.INFO;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy