24 package org.lightjason.agentspeak.action.binding;
26 import java.lang.annotation.ElementType;
27 import java.lang.annotation.Retention;
28 import java.lang.annotation.RetentionPolicy;
29 import java.lang.annotation.Target;
36 @Target( ElementType.METHOD )
37 @Retention( RetentionPolicy.RUNTIME )
Class<?> [] classes() default
list of classes for which the annotation is defined
method annotation to allow the binding of a method for an action