All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.convergence_platform.common.annotations.HideFromApiGateway Maven / Gradle / Ivy

Go to download

Holds the common functionality needed by all Convergence Platform-based services written in Java.

The newest version!
package io.convergence_platform.common.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.METHOD)
public @interface HideFromApiGateway {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy