注释类型 AllowSysOut


  • @Retention(CLASS)
    public @interface AllowSysOut
    Used to indicate to the Forbidden APIs library that a specific usage of System.out is allowable.
    作者:
    Steve Ebersole