
com.talk2object.plum.interaction.annotation.Interaction Maven / Gradle / Ivy
The newest version!
package com.talk2object.plum.interaction.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* a series of interactions, it is a procedure. the result should be simple, at
* lease read-only.
*
* @author jack
*
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface Interaction {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy