You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2015/04/08 13:27:51 UTC

cxf git commit: [CXF-6332] Updating Description with a Field target

Repository: cxf
Updated Branches:
  refs/heads/master c4c969042 -> 581964426


[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/58196442
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/58196442
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/58196442

Branch: refs/heads/master
Commit: 58196442626aa10e187def4ac70e9e1fbe1454aa
Parents: c4c9690
Author: Sergey Beryozkin <sb...@talend.com>
Authored: Wed Apr 8 12:27:35 2015 +0100
Committer: Sergey Beryozkin <sb...@talend.com>
Committed: Wed Apr 8 12:27:35 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/58196442/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 {
     /**