【 以下文字转载自 JobHunting 讨论区 】 发信人: taar (taar), 信区: JobHunting 标 题: 问一下在flg的,你们写java代码 要求写这陀注釋 javadoc什么的么? 发信站: BBS 未名空间站 (Sun Jun 28 14:32:34 2015, 美东) /** * {@link LogEntry} storage service. * * Stores a sequence of {@code LogEntry} instances * indexed by a {@code long >= 0} referred to as a "log index". * Any two consecutive {@code LogEntry} instances satisfy * the log property LP: {@code logIndex(LogEntry0) + 1 = logIndex(LogEntry1) }. * Implementations need only guarantee that each * individual operation is atomic. * They must wrap all * implementation-specific checked exceptions in a {@link StorageException} * and rethrow them. */