|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface EdmMediaResourceContent
Annotation for definition of an EdmProperty
as media resource content for the EdmEntityType
which contains the EdmProperty
. Additionally an EdmEntityType
will be flagged in the EDM as
hasStream == true
if an EdmProperty
in conjunction with the EdmMediaResourceContent
annotation is defined.
EdmProperty
annotation.
In addition the EdmMediaResourceContent
annotation has to be used in conjunction with an EdmProperty
annotation on a field within an EdmEntityType
annotated class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |