Annotation Type EdmMediaStream


@Target(FIELD) @Retention(RUNTIME) public @interface EdmMediaStream
Marks an attribute as one that is a data stream. Two options are given to describe the content. Either static as string (contentType) or dynamically in another attribute (contentTypeAttribute). Exactly on has to be given.
Author:
Oliver Grande
  • Element Details

    • stream

      boolean stream
      Default:
      true
    • contentType

      String contentType
      Default:
      ""
    • contentTypeAttribute

      String contentTypeAttribute
      Default:
      ""