This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 19e5aa8  Temporarily remove deprecated tag from Property.
19e5aa8 is described below

commit 19e5aa8de0d0dddaa8e0f64347721e65efb48e46
Author: JamesBognar <[email protected]>
AuthorDate: Mon Nov 16 16:53:12 2020 -0500

    Temporarily remove deprecated tag from Property.
---
 .../src/main/java/org/apache/juneau/rest/annotation/Property.java        | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/annotation/Property.java
 
b/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/annotation/Property.java
index 729bbd1..6f56749 100644
--- 
a/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/annotation/Property.java
+++ 
b/juneau-rest/juneau-rest-server/src/main/java/org/apache/juneau/rest/annotation/Property.java
@@ -35,7 +35,6 @@ import java.lang.annotation.*;
 @Target(ANNOTATION_TYPE)
 @Retention(RUNTIME)
 @Inherited
-@Deprecated
 public @interface Property {
 
        /**

Reply via email to