Annotation Type EdmMediaResourceSource
-
@Retention(RUNTIME) @Target(FIELD) public @interface EdmMediaResourceSource
Annotation for definition of an
EdmPropertyas media resource source for theEdmEntityTypewhich contains theEdmProperty. This annotation can not be parameterized, all values like name are defined via theEdmPropertyannotation. In addition theEdmMediaResourceSourceannotation has to be used in conjunction with anEdmPropertyannotation on a field within anEdmEntityTypeannotated class.