FileDocCategorySizeDatePackage
OtherPackage.javaAPI DocAndroid 1.5 API320Wed May 06 22:41:06 BST 2009other

OtherPackage.java

// Copyright 2008 The Android Open Source Project

package other;

/*
 * Declare a few fields to reflect upon.
 */
public class OtherPackage {
    public char pubCharField = 0x8765;

    protected short protShortField = 0x1234;
    protected Object protObjectField = "blah";

    double pkgDoubleField = 3.141592654;
}