Package org.mycore.user2.annotation
Annotation Interface MCRUserAttributeJavaConverter
- Author:
- René Adler (eagle)
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends MCRUserAttributeConverter>
Points to the class that converts a value type to a bound type or vice versa.
-
Element Details
-
value
Class<? extends MCRUserAttributeConverter> valuePoints to the class that converts a value type to a bound type or vice versa. SeeMCRUserAttributeConverter
for more details.
-