public interface MetaInfoHolder
| Modifier and Type | Method and Description |
|---|---|
<T> T |
metaInfo(Class<T> infoType)
Get metadata that implements the given type.
|
<T> T metaInfo(Class<T> infoType)
T - metadata typeinfoType - the type of metadata to be returnednull if
no such metadata has been registered