![JAR search and dependency download from the Maven repository](/logo.png)
com.ociweb.pronghorn.annotations.UndocumentedSchema Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pronghorn Show documentation
Show all versions of Pronghorn Show documentation
Primary dependency for any project using the Pronghorn framework
The newest version!
package com.ociweb.pronghorn.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface UndocumentedSchema {
public String value() default "UndocumentedSchema";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy