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

arez.annotations.StingProvider Maven / Gradle / Ivy

There is a newer version: 0.213
Show newest version
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