gh-pages / com.nextfaze.devfun.invoke.view.simple
Package com.nextfaze.devfun.invoke.view.simple
Types
| Name | Summary |
|---|---|
| ErrorParameterView | interface ErrorParameterView : WithValue<KClass<*>>A simple view that should tell the user if a view could not be injected/rendered. |
| InjectedParameterView | interface InjectedParameterView : WithValue<KClass<*>>A simple view that should tell the user if a parameter is being injected. |