com.googlecode.android_scripting.util
Annotation Type VisibleForTesting


public @interface VisibleForTesting

An annotation that indicates that the visibility of a type or member has been relaxed from private to package to make the code testable.

Author:
igor.v.karp@gmail.com (Igor Karp)