Annotation Interface DataViewBinding


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface DataViewBinding
An annotation used on a view class to bind the linkable or entryable view with query types and the model class. This annotation can only be used on the implementation class of LinkableView or EntryableView.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Linkable>
    Specifies the resource model class for the resource view annotated by this annotation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<? extends AtomEntry>
    Specifies the atom entry class which is used for instantiating the entry within a AtomFeed.