arez.annotations.StingProvider Maven / Gradle / Ivy
package arez.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Integration into sting the name of the annotation and shape is all the matters.
*/
@Retention( RetentionPolicy.RUNTIME )
@Target( ElementType.ANNOTATION_TYPE )
@interface StingProvider
{
String value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy