Annotation Type InitParam


@Deprecated public @interface InitParam
Deprecated.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated.
    Name of the initialization parameter.
    Deprecated.
    Value of the initialization parameter.
  • Element Details

    • name

      String name
      Deprecated.
      Name of the initialization parameter.
      Returns:
      the name of the initialization parameter
    • value

      String value
      Deprecated.
      Value of the initialization parameter.
      Returns:
      the value of the initialization parameter