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

sk.seges.sesam.pap.service.annotation.LocalServiceConverter Maven / Gradle / Ivy

The newest version!
package sk.seges.sesam.pap.service.annotation;

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

@Target(ElementType.TYPE)
public @interface LocalServiceConverter {

	Class[] remoteServices();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy