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.TYPE )
37 @Retention( RetentionPolicy.RUNTIME )
Class<?> [] classes() default
list of classes for which the annotation is defined
class annotation to set default behaviour of method-action-binding to a blacklist ...