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

org.async.rmi.Trace Maven / Gradle / Ivy

package org.async.rmi;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Created by Barak Bar Orion
 * 11/19/14.
 */

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface Trace {
    TraceType value() default TraceType.ON;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy