Package rife.validation.annotations
Annotation 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
-
Element Details
-
value
Class valueThe class that will be merged during meta-data merging.- Returns:
- the class
- Since:
- 1.0
-