| Package | Description |
|---|---|
| org.echocat.locela.api.java.properties |
| Modifier and Type | Method and Description |
|---|---|
static StandardProperty<String> |
StandardProperty.property(String id) |
static <V> StandardProperty<V> |
StandardProperty.property(String id,
Class<V> ofType) |
StandardProperty<V> |
StandardProperty.set(V content) |
StandardProperty<V> |
StandardProperty.withAnnotations(Annotation... annotations) |
StandardProperty<V> |
StandardProperty.withAnnotations(Iterable<? extends Annotation> annotations) |
Copyright © 2024 echocat. All rights reserved.