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

com.thegoate.logging.volume.amp.GoateAmplifier Maven / Gradle / Ivy

There is a newer version: 0.15.17.202312051550
Show newest version
package com.thegoate.logging.volume.amp;

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

import org.atteo.classindex.IndexAnnotated;

import com.thegoate.annotations.GoateDescription;
import com.thegoate.info.Info;

/**
 * Created by Eric Angeli on 7/1/2020.
 */
@Retention(RetentionPolicy.RUNTIME)
@GoateDescription(description = "Add this annotation to your amplifier implementation")
@Info
@IndexAnnotated
public @interface GoateAmplifier {
	Class type() default Object.class;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy