Skip to content

Commit

Permalink
Merge c5cb9a5 into 6460eb9
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKerouac committed Apr 1, 2018
2 parents 6460eb9 + c5cb9a5 commit 7ee84b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.stereotype.Component;

/**
* annotation bean 由注解扫描发现注册
* annotation bean 由注解扫描发现注册,同时该action注入了{@link com.alipay.jarslink.demo.XmlAction},XmlAction定义在xml中
*
* @author joe
* @version 2018.03.31 23:10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
import org.springframework.stereotype.Component;

/**
* 此Action与{@link com.alipay.jarslink.demo.XmlAction}name相同,{@link com.alipay.jarslink.demo.XmlAction}定义在xml
* 中,此Action将被覆盖,jarslink查找不到该action
*
* @see com.alipay.jarslink.demo.XmlAction
*
* @author joe
* @version 2018.04.01 00:03
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
import com.alipay.jarslink.api.Action;

/**
* XML bean ,定义在xml中
* XML bean ,定义在xml中,此action将覆盖{@link com.alipay.jarslink.demo.OverrideXmlAction}
*
* @see com.alipay.jarslink.demo.OverrideXmlAction
*
* @author joe
* @version 2018.03.31 23:10
Expand Down

0 comments on commit 7ee84b0

Please sign in to comment.