Annotation Interface InputRadio
Annotation to specify a field is a radio input.
- Since:
- 4.1.0
- Author:
- Sergio del Amo
- See Also:
-
Optional Element Summary
-
Element Details
-
fetcher
Class<? extends RadioFetcher> fetcher- Returns:
- Class of the bean of type
RadioFetcher
.
- Default:
- io.micronaut.views.fields.fetchers.EnumRadioFetcher.class
-