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

no.nav.apiapp.soap.SoapTjeneste Maven / Gradle / Ivy

package no.nav.apiapp.soap;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

@Target({ElementType.TYPE})
@Retention(RUNTIME)
public @interface SoapTjeneste {
    String value(); // adressen til tjenesten
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy