![JAR search and dependency download from the Maven repository](/logo.png)
org.hyperscala.service.endpoint Maven / Gradle / Ivy
The newest version!
package org.hyperscala.service;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author Matt Hicks
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface endpoint {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy