public class Excerpts
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Excerpt |
add(java.lang.String fmt,
java.lang.Object... args) |
static Excerpt |
empty() |
static Excerpt |
generated(java.lang.Class<?> generator)
Returns an excerpt of the
Generated annotation, if available,
with value set to the full name of the generator class as recommended. |
static java.lang.Object |
join(java.lang.String separator,
java.lang.Iterable<?> excerpts) |
public static Excerpt add(java.lang.String fmt, java.lang.Object... args)
public static Excerpt empty()
public static Excerpt generated(java.lang.Class<?> generator)
Generated annotation, if available,
with value set to the full name of the generator class as recommended.public static java.lang.Object join(java.lang.String separator,
java.lang.Iterable<?> excerpts)