Annotation Type DebugUsage


  • @Retention(CLASS)
    @Target({METHOD,TYPE})
    public @interface DebugUsage

    Method or class used for debugging and should be removed by proguard in the release version.

    Since:
    2.6.0
    Version:
    1.0
    Author:
    martin.krischik