@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Property
JAX-RS Feature
classes)
to mark a recognized property name.
Jersey code should not contain overlapping nor duplicate property names. This is checked in a dedicated (@code org.glassfish.jersey.tests.integration.propertycheck.PropertyOverlappingCheckTest) unit test.
PropertiesClass
,
PropertyAlias
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.