文本文件  |  7行  |  116 B

import java.lang.reflect.Modifier;

public class MyClass {

    public static final int PUBLIC = Modifier.PUBLIC;

}