[docs] Add missing JavaDocs (#6146)

This commit is contained in:
Tyler Veness
2024-01-04 08:38:06 -08:00
committed by GitHub
parent 6e58db398d
commit f29a7d2e50
145 changed files with 1106 additions and 94 deletions

View File

@@ -15,10 +15,14 @@ import java.util.function.LongConsumer;
import java.util.function.LongSupplier;
import java.util.function.Supplier;
/** Helper class for building Sendable dashboard representations. */
public interface SendableBuilder extends AutoCloseable {
/** The backend kinds used for the sendable builder. */
enum BackendKind {
/** Unknown. */
kUnknown,
/** NetworkTables. */
kNetworkTables
}

View File

@@ -506,6 +506,9 @@ public final class SendableRegistry {
/** Sendable builder for the sendable. */
public SendableBuilder builder;
/** Default constructor. */
public CallbackData() {}
}
// As foreachLiveWindow is single threaded, cache the components it