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

org.iartisan.runtime.api.aspect.Constants Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package org.iartisan.runtime.api.aspect;

/**
 * 

* * @author King * @since 2016/11/10 */ public class Constants { public static final String LOG_FACADE_RECIVE = "\n===[API-REQ]====>>>"; public static final String LOG_FACADE_BACK = "\n===[API-RES]====>>>"; public static final String LOG_SYMBOL = "\t>>>\t"; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy