Java程序  |  6行  |  94 B

package annotations.toys;

public enum BalanceEnum {
    BALANCED, LEFT_HEAVY, RIGHT_HEAVY;
}