Annotation Interface DisabledBy


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface DisabledBy
Provides the means to disable a Servlet based on specified configuration properties.
Author:
peobrie
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Indicates the configuration properties which are used to disable a servlet provider.
  • Element Details

    • value

      String[] value
      Indicates the configuration properties which are used to disable a servlet provider. Any of the properties that evaluate to true will render the servlet disabled.
      Returns:
      Set of configuration properties that disable this type