@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface EdmFacets
Annotation for definition of EdmFactes on an EdmProperty (for an EdmEntityType or EdmComplexType which contains the EdmProperty as a field).
public abstract int maxLength
public abstract int scale
public abstract int precision
public abstract boolean nullable
true
.true
if the type in use is nullable, false
otherwise.Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.