issue #71 : make SpringRule annotation inherited

pull/76/head
Mahmoud Ben Hassine 8 years ago
parent 2e72286120
commit be5d61bda9

@ -27,6 +27,7 @@ import org.easyrules.annotation.Rule;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import java.lang.annotation.Inherited;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@ -43,6 +44,7 @@ import java.lang.annotation.Target;
* @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Rule

Loading…
Cancel
Save