-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface MetaProviderSpecifies the type of theMetaBeanProviderthat can provide aMetaBeanfor 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
-
-
-
Element Detail
-
value
java.lang.Class<? extends MetaBeanProvider> value
-
-