public final class Usecase extends Object implements MetaInfoHolder
| Modifier and Type | Method and Description |
|---|---|
<T> T |
metaInfo(Class<T> infoType)
Meta-info for the usecase.
|
String |
name()
Name of the usecase.
|
String |
toString() |
public static final Usecase DEFAULT
public String name()
public <T> T metaInfo(Class<T> infoType)
metaInfo in interface MetaInfoHolderT - metadata typeinfoType - the MetaInfo type to retrieve.