Annotation Interface Select


@Documented @Retention(RUNTIME) @Target(FIELD) public @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
    Modifier and Type
    Optional Element
    Description
    Class<? extends OptionFetcher>
     
  • Element Details

    • fetcher

      Class<? extends OptionFetcher> fetcher
      Returns:
      The class of the bean of type OptionFetcher
      Default:
      io.micronaut.views.fields.fetchers.EnumOptionFetcher.class