You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/02/13 10:55:21 UTC

[3/3] struts git commit: WW-4694 WW-4472 Imroves annotation processing

WW-4694 WW-4472 Imroves annotation processing


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/534dfc6b
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/534dfc6b
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/534dfc6b

Branch: refs/heads/master
Commit: 534dfc6bd8840bc2aa64022570b2225977ece5f6
Parents: 4b96958 301844b
Author: Lukasz Lenart <lu...@apache.org>
Authored: Mon Feb 13 11:55:11 2017 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Mon Feb 13 11:55:11 2017 +0100

----------------------------------------------------------------------
 .../interceptor/DefaultWorkflowInterceptor.java |   2 +-
 .../xwork2/util/AnnotationUtils.java            | 111 ++++++++++++++++---
 .../xwork2/util/AnnotationUtilsTest.java        |  35 ++++--
 .../xwork2/util/annotation/DummyClass.java      |   5 +-
 .../xwork2/util/annotation/DummyClassExt.java   |   5 +-
 .../xwork2/util/annotation/DummyInterface.java  |   7 ++
 .../xwork2/util/annotation/MyAnnotationI.java   |   8 ++
 7 files changed, 146 insertions(+), 27 deletions(-)
----------------------------------------------------------------------