Annotation Type Hidden


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Hidden
    annotation which specifies that a method parameter (e.g. a password) must be hidden from logging output.
    Since:
    3.0-M3
    See Also:
    ticket:209