Java程序  |  10行  |  182 B

// Copyright 2006 The Android Open Source Project

/**
 * Version with package scope access.
 */
public class SemiPrivate {
    /* not private */ static String mPrivvy = "stuff";
}