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

sk.seges.sesam.pap.service.annotation.LocalServiceConverterContextDelegate 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 LocalServiceConverterContextDelegate {
    LocalServiceConverterContext value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy