@Immutable
public final class StyleProperty
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
name
@NotNull
private final @NotNull String name
-
value
@NotNull
private final @NotNull String value
-
Constructor Details
-
StyleProperty
public StyleProperty(@NotNull
@NotNull String name,
@NotNull
@NotNull String value)
-
Method Details
-
name
@NotNull
public @NotNull String name()
-
value
@NotNull
public @NotNull String value()
-
-
-