Annotation Type VisibleForTesting


  • @Retention(CLASS)
    @Target({TYPE,METHOD,FIELD})
    public @interface VisibleForTesting
    This annotation should be placed on elements that exists, or is more widely visible than otherwise necessary, only for use in test code.