![JAR search and dependency download from the Maven repository](/logo.png)
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