Repository: cxf Updated Branches: refs/heads/3.0.x-fixes cdcdb5d29 -> 349cd34ac
[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/349cd34a Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/349cd34a Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/349cd34a Branch: refs/heads/3.0.x-fixes Commit: 349cd34acbeb57ae88f8854fb8f077d70d8ca9ed Parents: cdcdb5d Author: Sergey Beryozkin <[email protected]> Authored: Wed Apr 8 12:27:35 2015 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Apr 8 12:28:29 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/349cd34a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java ---------------------------------------------------------------------- diff --git a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java b/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java index b285f73..83356c2 100644 --- a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/model/wadl/Description.java +++ b/rt/rs/description/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 { /**
