jadex.bdiv3.annotation.GoalSelectCandidate Maven / Gradle / Ivy
package jadex.bdiv3.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation to provide a custom select candidate functionality.
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface GoalSelectCandidate
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy