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

com.logicommerce.sdk.Initiator Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package com.logicommerce.sdk;

import static java.lang.annotation.RetentionPolicy.RUNTIME;
import static java.lang.annotation.ElementType.METHOD;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * 

Initiator class.

* * @author Logicommerce * @since 1.0.16 */ @Retention(RUNTIME) @Target(METHOD) public @interface Initiator { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy