net.nemerosa.ontrack.model.annotations.APIMethod Maven / Gradle / Ivy
package net.nemerosa.ontrack.model.annotations;
import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface APIMethod {
String value();
String description() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy