com.github.anno4j.annotations.Partial Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of anno4j-core Show documentation
Show all versions of anno4j-core Show documentation
Read and write API for W3C Web Annotation Data Model (http://www.w3.org/TR/annotation-model/) and W3C Open Annotation Data Model (http://www.openannotation.org/spec/core/)
package com.github.anno4j.annotations;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* Specifies that a class provides a partial (behaviour) implementation for a implemented interface
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Partial {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy