Annotation Interface EndpointDisabled
Provides the ability to conditionally enable a JAX-RS Resource class at runtime based on the value of a property.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionName of the property to checkExpectedStringvalue of the property (specified byname) if the Resource class is to be disabled -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanDetermines if the Resource class is to be disabled when the property name specified bynamehas not been specified at all
-
Element Details
-
-
disableIfMissing
boolean disableIfMissingDetermines if the Resource class is to be disabled when the property name specified bynamehas not been specified at all- Default:
- false
-