public static class ConfigValue.Literal extends Object implements ConfigValue
ConfigValue.Literal| Constructor and Description |
|---|
Literal() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
static lombok.Builder |
from(ConfigValue annotation) |
boolean |
required() |
boolean |
usePrefix() |
String |
value() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic static lombok.Builder from(ConfigValue annotation)
public Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic String value()
public boolean usePrefix()
public boolean required()