Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 9da11a62e -> 852c93b83
[CXF-6332] Updating Description with a Field target Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/852c93b8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/852c93b8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/852c93b8 Branch: refs/heads/2.7.x-fixes Commit: 852c93b8374fb1ae9e991d29b5f01450afac3855 Parents: 9da11a6 Author: Sergey Beryozkin <[email protected]> Authored: Wed Apr 8 12:27:35 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Apr 8 12:30:07 2015 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/852c93b8/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java ---------------------------------------------------------------------- diff --git a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java index b285f73..83356c2 100644 --- a/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java +++ b/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java @@ -29,7 +29,7 @@ import java.lang.annotation.Target; * * See <a href="http://www.w3.org/Submission/wadl/#x3-80002.3">WADL Documentation</a>. */ -@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER }) +@Target({ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD }) @Retention(RetentionPolicy.RUNTIME) public @interface Description { /**
