public interface CustomDocumentation
Modifier and Type | Interface and Description |
---|---|
static interface |
CustomDocumentation.Builder
Creates a
CustomDocumentation object. |
Modifier and Type | Method and Description |
---|---|
java.util.function.Function<java.util.Locale,java.lang.String> |
getDescriptionFunction(java.lang.String name)
Returns a function that returns the description of a property or
operation for the locale.
|