Skip navigation links
io.micronaut.management.endpoint.annotation

Annotation Type Sensitive

    • Element Detail

      • value

        public abstract boolean value
        Returns:
        True if the method is sensitive
        Default:
        true
      • property

        public abstract String property
        Returns:
        The configuration key to determine sensitivity. Automatically determines the configuration prefix from the endpoint annotation.
        Default:
        ""
      • defaultValue

        public abstract boolean defaultValue
        Only to be used in conjunction with property().
        Returns:
        The default value if the configuration key is not present
        Default:
        true