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 |
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 Excerpt |
join(java.lang.String separator,
java.lang.Iterable<?> excerpts) |
public static final Excerpt EMPTY
public static Excerpt add(java.lang.String fmt, java.lang.Object... args)
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 Excerpt join(java.lang.String separator, java.lang.Iterable<?> excerpts)