final PossibleValues possibleValuesAnnotation = property.definition().getAnnotation( PossibleValues.class );
if( possibleValuesAnnotation != null )
{
popUpListFieldPresentationStyle
= ( possibleValuesAnnotation.invalidValueSeverity() == Severity.ERROR
? PopUpListFieldStyle.STRICT : PopUpListFieldStyle.EDITABLE );
}
else
{
popUpListFieldPresentationStyle = PopUpListFieldStyle.EDITABLE;