if (null != annotation.defaultValue() && !"".equals(annotation.defaultValue())) {
pbuild.defaultValue(annotation.defaultValue());
}
pbuild.required(annotation.required());
pbuild.scope(annotation.scope());
return pbuild.build();
}
private static final List<PropertyScope> instanceScopes = Arrays.asList(PropertyScope.Instance,