Closed mpbiz closed 5 years ago
@wog48 , updated topic with an examle
Java
@EdmAnnotation(term = "Core.Description", constantExpression = @EdmAnnotation.ConstantExpression(type = CsdlConstantExpression.ConstantExpressionType.String,
value = "some text"))
Please check release 0.3.5. The problem should be solved there.
There is no way to remove the qualifier attribute from @EdmAnnotation, since the field has a default value = "". Finally $metadata document has empty Qualifier attribute
Java
XML