Annotation Interface MetaDataClass


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface MetaDataClass
Declares which class should be used for meta-data merging.

This allows classes to not have to rely on the MetaData suffix when they want to have another class merged.

Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The class that will be merged during meta-data merging.
  • Element Details

    • value

      Class value
      The class that will be merged during meta-data merging.
      Returns:
      the class
      Since:
      1.0