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

it.uniroma2.art.coda.interfaces.annotations.converters.Description Maven / Gradle / Ivy

package it.uniroma2.art.coda.interfaces.annotations.converters;

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

/**
 */
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Description {
	String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy