Annotation Type WebInitParam


@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface WebInitParam
The WebInitParam API.
Author:
Manfred Riem ([email protected])
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    java.lang.String name
    Get the name.
    java.lang.String value
    Get the value.
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    java.lang.String description
    Get the description.
  • Element Details

    • name

      java.lang.String name
      Get the name.
      Returns:
      the name.
    • value

      java.lang.String value
      Get the value.
      Returns:
      the value.
    • description

      java.lang.String description
      Get the description.
      Returns:
      the description.
      Default:
      ""