ioinformarics.oss.jackson.module.jsonld.annotation.JsonldLink Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jackson-jsonld Show documentation
Show all versions of jackson-jsonld Show documentation
JSON-LD Module for Jackson
The newest version!
package ioinformarics.oss.jackson.module.jsonld.annotation;
import java.lang.annotation.*;
import java.util.Map;
/**
* @author Alexander De Leon
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
@Repeatable(JsonldLinks.class)
public @interface JsonldLink {
String rel();
String name();
String href();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy