We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9698f14 commit 37d112cCopy full SHA for 37d112c
core-common/src/main/java/org/glassfish/jersey/internal/PropertiesDelegate.java
@@ -54,6 +54,7 @@ public interface PropertiesDelegate {
54
* @return {@code true} if a property matching the given name exists, or
55
* {@code false} otherwise.
56
* @see #getProperty
57
+ * @since 3.1.0
58
*/
59
public default boolean hasProperty(String name) {
60
return getProperty(name) != null;
0 commit comments