JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.deephaven.annotations
Annotation Interface BuildableStyle
@Target
({
TYPE
,
PACKAGE
})
@Retention
(
CLASS
)
public @interface
BuildableStyle
A style for objects that should declare a builder interface to use for construction. Recommended for objects with more than two fields, or default fields.