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