Annotation Type InitParam


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Deprecated.
      Name of the initialization parameter
      java.lang.String value
      Deprecated.
      Value of the initialization parameter
    • Element Detail

      • name

        java.lang.String name
        Deprecated.
        Name of the initialization parameter
      • value

        java.lang.String value
        Deprecated.
        Value of the initialization parameter