Annotation Type ConfigProperty

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean confidential
      Indicates that the configuration property is confidential and recommends application server's configuration tools to use special visual aids for editing them.
      String defaultValue
      Inferred by the container for field based annotations if possible.
      String[] description
      Describes the configuration property.
      boolean ignore
      Indicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties.
      boolean supportsDynamicUpdates
      Indicates that the configuration property supports dynamic updates to its value during the lifetime of the JavaBean
      Class type
      Inferred by the container if unspecified.
    • Element Detail

      • type

        Class type
        Inferred by the container if unspecified.
        Returns:
        property type
        Default:
        java.lang.Object.class
      • description

        String[] description
        Describes the configuration property.
        Returns:
        property description
        Default:
        {}
      • defaultValue

        String defaultValue
        Inferred by the container for field based annotations if possible.
        Returns:
        default value
        Default:
        ""
      • ignore

        boolean ignore
        Indicates that the configuration tools must ignore considering this Property during auto-discovery of Configuration properties.
        Returns:
        true if configuration tools must ignore considering this Property during auto-discovery of Configuration properties
        Default:
        false
      • supportsDynamicUpdates

        boolean supportsDynamicUpdates
        Indicates that the configuration property supports dynamic updates to its value during the lifetime of the JavaBean
        Returns:
        true if the configuration property supports dynamic updates
        Default:
        false
      • confidential

        boolean confidential
        Indicates that the configuration property is confidential and recommends application server's configuration tools to use special visual aids for editing them.
        Returns:
        true if the configuration property is confidential
        Default:
        false