Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
29.11. Meta-annotations for databinding
These meta-annotations make it possible to implement similar functionality to
@DataModel
and @DataModelSelection
for other datastructures apart from lists.
-
@DataBinderClass
@DataBinderClass(DataModelBinder.class)
@DataBinderClass(DataModelBinder.class)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Specifies that an annotation is a databinding annotation.-
@DataSelectorClass
@DataSelectorClass(DataModelSelector.class)
@DataSelectorClass(DataModelSelector.class)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Specifies that an annotation is a dataselection annotation.