|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gdata.util.common.annotations.VisibleForTesting.Visibility
public static final class VisibleForTesting.Visibility
The possible set of visibility values.
Field Summary | |
---|---|
static int |
PACKAGE_PRIVATE
Equivalent to no modifier |
static int |
PRIVATE
Equivalent to java.lang.reflect.Modifier.PRIVATE |
static int |
PROTECTED
Equivalent to java.lang.reflect.Modifier.PROTECTED |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PACKAGE_PRIVATE
public static final int PRIVATE
public static final int PROTECTED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |