Annotation Interface Select
Annotation to specify a field is an HTML select element.
- Since:
 - 4.1.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
fetcher
Class<? extends OptionFetcher> fetcher- Returns:
 - The class of the bean of type 
OptionFetcher 
- Default:
 - io.micronaut.views.fields.fetchers.EnumOptionFetcher.class
 
 
 -