Annotation Type EndpointDisabled
-
@Retention(RUNTIME) @Target(TYPE) public @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 Elements Modifier and Type Required Element Description StringnameName of the property to checkStringstringValueExpectedStringvalue of the property (specified byname) if the Resource class is to be disabled
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleandisableIfMissingDetermines if the Resource class is to be disabled when the property name specified bynamehas not been specified at all
-