mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-11 04:54:30 +08:00
Added missing Javadocs for Java 21
This commit is contained in:
@@ -21,6 +21,7 @@ import java.lang.annotation.Target;
|
||||
@Target({METHOD})
|
||||
public @interface JSONPropertyName {
|
||||
/**
|
||||
* The value of the JSON property.
|
||||
* @return The name of the property as to be used in the JSON Object.
|
||||
*/
|
||||
String value();
|
||||
|
Reference in New Issue
Block a user