com.google.common.base.Constants.java Source code

Java tutorial

Introduction

Here is the source code for com.google.common.base.Constants.java

Source

package com.google.common.base;

public interface Constants {

    /**
     * ?
     */
    static int COMIC_LIST_TYPE_ALL = 0;
    /**
     * ??
     */
    static int COMIC_LIST_TYPE_THEME = 1;
    static int COMIC_LIST_TYPE_SEARCH = 2;

}