com.att.ajsc.common.Tracable Maven / Gradle / Ivy
package com.att.ajsc.common;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Tracable {
String message() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy