Annotation Type MetaProvider


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface MetaProvider
    Specifies the type of the MetaBeanProvider that can provide a MetaBean for the annotated type.

    The provider class must have a no-args constructor.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends MetaBeanProvider> value