Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2130e26b authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Use class retention for VisibleForTesting annotations" am: 57248415 am: 94d5456d

am: a5538805

Change-Id: I83547deec96de1a26318c30d9ed01865d1be4254
parents 94fa7f21 a5538805
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ import java.lang.annotation.RetentionPolicy;
 * visibility should have been if it had not been made public or package-private for testing.
 * The default is to consider the element private.
 */
@Retention(RetentionPolicy.SOURCE)
@Retention(RetentionPolicy.CLASS)
public @interface VisibleForTesting {
    /**
     * Intended visibility if the element had not been made public or package-private for