@Generated(value="net.morimekta.providence:providence-generator-java", comments="java:serializable") public interface Decl
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Decl._Builder |
static class |
Decl._Field |
| Modifier and Type | Field and Description |
|---|---|
static net.morimekta.providence.descriptor.PInterfaceDescriptor<?> |
kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation()
Documentation for the specific declaration.
|
String |
getName()
Name of the type, constant or service.
|
boolean |
hasDocumentation() |
boolean |
hasName() |
Optional<String> |
optionalDocumentation()
Documentation for the specific declaration.
|
static final net.morimekta.providence.descriptor.PInterfaceDescriptor<?> kDescriptor
String getDocumentation()
@Nonnull Optional<String> optionalDocumentation()
boolean hasDocumentation()
boolean hasName()
Copyright © 2015–2020 morimekta.net. All rights reserved.