Skip to content

Commit 68b74af

Browse files
committed
behavior handler annotation added
1 parent e69652a commit 68b74af

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.mehmetsolak.mediator.annotation;
2+
3+
import org.springframework.stereotype.Component;
4+
5+
import java.lang.annotation.*;
6+
7+
@Target(ElementType.TYPE)
8+
@Retention(RetentionPolicy.RUNTIME)
9+
@Documented
10+
@Component
11+
public @interface BehaviorHandler { }

0 commit comments

Comments
 (0)