是否有任何 Java 注释将字段值设置为其名称,例如:
public interface Protocol {
@Whatever String START; // Here @Whatever annotation would set START to "START" in any static string field.
}
是否有任何 Java 注释将字段值设置为其名称,例如:
public interface Protocol {
@Whatever String START; // Here @Whatever annotation would set START to "START" in any static string field.
}